#3942C6

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

Shades of Free Speech Blue #3942C6

Tints of Free Speech Blue #3942C6

Color information

#3942C6 (or 0x3942C6) is unknown color: approx Free Speech Blue. HEX triplet: 39, 42 and C6. RGB value is (57,66,198). Sum of RGB (Red+Green+Blue) = 57+66+198=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 198 (77.73% from 255 or 61.68% from 321); Max value from RGB is 198 - color contains mainly: blue. Hex color #3942C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3942C6 is #C6BD39. Grayscale: #4D4D4D. Windows color (decimal): -13024570 or 12993081. OLE color: 12993081.

HSL color Cylindrical-coordinate representation of color #3942C6: hue angle of 236.17º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3942C6 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5766198-
CMYK0.710.6700.22
HSL236.17º55.29%50%-
HSV(B)236.17º71.21%77.65%-
XYZ13.838.8454.4-
YUV78.36195.52112.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.76%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 198 (77.73% from 255) = 61.68%
R=17.76%
G=20.56%
B=61.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal57661980.710.6700.22236.1755.2950
Hex3942C64743016ec3732
Octal711023061071030263546762
Binary1110011000010110001101000111100001101011011101100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3942C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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