#3E41D7

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

Shades of Free Speech Blue #3E41D7

Tints of Free Speech Blue #3E41D7

Color information

#3E41D7 (or 0x3E41D7) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 41 and D7. RGB value is (62,65,215). Sum of RGB (Red+Green+Blue) = 62+65+215=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 215 (84.38% from 255 or 62.87% from 342); Max value from RGB is 215 - color contains mainly: blue. Hex color #3E41D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E41D7 is #C1BE28. Grayscale: #505050. Windows color (decimal): -12697129 or 14106942. OLE color: 14106942.

HSL color Cylindrical-coordinate representation of color #3E41D7: hue angle of 238.82º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E41D7 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6265215-
CMYK0.710.7000.16
HSL238.82º65.67%54.31%-
HSV(B)238.82º71.16%84.31%-
XYZ16.149.7165.31-
YUV81.2203.51114.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.13%
GREEN value IS 65 (25.78% from 255) = 19.01%
BLUE value IS 215 (84.38% from 255) = 62.87%
R=18.13%
G=19.01%
B=62.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal62652150.710.7000.16238.8265.6754.31
Hex3E41D74746010ef4236
Octal7610132710710602035710266
Binary11111010000011101011110001111000110010000111011111000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E41D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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