#3942DF

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

Shades of Free Speech Blue #3942DF

Tints of Free Speech Blue #3942DF

Color information

#3942DF (or 0x3942DF) is unknown color: approx Free Speech Blue. HEX triplet: 39, 42 and DF. RGB value is (57,66,223). Sum of RGB (Red+Green+Blue) = 57+66+223=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #3942DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3942DF is #C6BD20. Grayscale: #505050. Windows color (decimal): -13024545 or 14631481. OLE color: 14631481.

HSL color Cylindrical-coordinate representation of color #3942DF: hue angle of 236.75º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3942DF is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5766223-
CMYK0.740.7000.13
HSL236.75º72.17%54.9%-
HSV(B)236.75º74.44%87.45%-
XYZ16.9510.0970.87-
YUV81.21208.02110.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.47%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 223 (87.5% from 255) = 64.45%
R=16.47%
G=19.08%
B=64.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal57662230.740.7000.13236.7572.1754.9
Hex3942DF4A460Ded4837
Octal7110233711210601535511067
Binary1110011000010110111111001010100011001101111011011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3942DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3942DF; }

 p { color: rgb(57,66,223); }

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

<style>
 a { background-color: #3942DF; }

 a { background-color: rgb(57,66,223); }

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

<style>
 span { border-color: #3942DF; }

 span { border-color: rgb(57,66,223); }

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