#3E40DF

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

Shades of Free Speech Blue #3E40DF

Tints of Free Speech Blue #3E40DF

Color information

#3E40DF (or 0x3E40DF) is unknown color: approx Free Speech Blue. HEX triplet: 3E, 40 and DF. RGB value is (62,64,223). Sum of RGB (Red+Green+Blue) = 62+64+223=349 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.77% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E40DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E40DF is #C1BF20. Grayscale: #505050. Windows color (decimal): -12697377 or 14630974. OLE color: 14630974.

HSL color Cylindrical-coordinate representation of color #3E40DF: hue angle of 239.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E40DF is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6264223-
CMYK0.720.7100.13
HSL239.25º71.56%55.88%-
HSV(B)239.25º72.2%87.45%-
XYZ17.1410.0270.84-
YUV81.53207.84114.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.77%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 223 (87.5% from 255) = 63.90%
R=17.77%
G=18.34%
B=63.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal62642230.720.7100.13239.2571.5655.88
Hex3E40DF48470Def4838
Octal7610033711010701535711070
Binary1111101000000110111111001000100011101101111011111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E40DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,64,223); }

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

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

 a { background-color: rgb(62,64,223); }

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

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

 span { border-color: rgb(62,64,223); }

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