#3E41DC

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

Shades of Free Speech Blue #3E41DC

Tints of Free Speech Blue #3E41DC

Color information

#3E41DC (or 0x3E41DC) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 41 and DC. RGB value is (62,65,220). Sum of RGB (Red+Green+Blue) = 62+65+220=347 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.87% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E41DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E41DC is #C1BE23. Grayscale: #515151. Windows color (decimal): -12697124 or 14434622. OLE color: 14434622.

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

Color convert

RGB6265220-
CMYK0.720.7000.14
HSL238.86º69.3%55.29%-
HSV(B)238.86º71.82%86.27%-
XYZ16.89.9768.75-
YUV81.77206.01113.9-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.87%
GREEN value IS 65 (25.78% from 255) = 18.73%
BLUE value IS 220 (86.33% from 255) = 63.40%
R=17.87%
G=18.73%
B=63.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal62652200.720.7000.14238.8669.355.29
Hex3E41DC48460Eef4537
Octal7610133411010601635710567
Binary1111101000001110111001001000100011001110111011111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E41DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,65,220); }

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

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

 a { background-color: rgb(62,65,220); }

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

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

 span { border-color: rgb(62,65,220); }

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