#3E42DA

Color #3E42DA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3E42DA

Tints of Free Speech Blue #3E42DA

Color information

#3E42DA (or 0x3E42DA) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 42 and DA. RGB value is (62,66,218). Sum of RGB (Red+Green+Blue) = 62+66+218=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #3E42DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E42DA is #C1BD25. Grayscale: #515151. Windows color (decimal): -12696870 or 14303806. OLE color: 14303806.

HSL color Cylindrical-coordinate representation of color #3E42DA: hue angle of 238.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E42DA is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6266218-
CMYK0.720.7000.15
HSL238.46º67.83%54.9%-
HSV(B)238.46º71.56%85.49%-
XYZ16.599.9867.38-
YUV82.13204.67113.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 17.92%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 218 (85.55% from 255) = 63.01%
R=17.92%
G=19.08%
B=63.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal62662180.720.7000.15238.4667.8354.9
Hex3E42DA48460Fee4437
Octal7610233211010601735610467
Binary1111101000010110110101001000100011001111111011101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E42DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E42DA; }

 p { color: rgb(62,66,218); }

 H1.HeaderClassName
 {
   color: #3E42DA;
 }
 .AnyTagClassName
 {
   color: #3E42DA;
 }
</style>
background-color css

<style>
 a { background-color: #3E42DA; }

 a { background-color: rgb(62,66,218); }

 div.DivClassName
 {
   background-color: #3E42DA;
 }
 .BgClassName
 {
   background-color: #3E42DA;
 }
</style>
border-color css

<style>
 span { border-color: #3E42DA; }

 span { border-color: rgb(62,66,218); }

 td.TdClassName
 {
   border-color: #3E42DA;
 }
 .TagClassName
 {
   border-color: #3E42DA;
 }
</style>