#3941CB

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

Shades of Free Speech Blue #3941CB

Tints of Free Speech Blue #3941CB

Color information

#3941CB (or 0x3941CB) is unknown color: approx Free Speech Blue. HEX triplet: 39, 41 and CB. RGB value is (57,65,203). Sum of RGB (Red+Green+Blue) = 57+65+203=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #3941CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3941CB is #C6BE34. Grayscale: #4D4D4D. Windows color (decimal): -13024821 or 13320505. OLE color: 13320505.

HSL color Cylindrical-coordinate representation of color #3941CB: hue angle of 236.71º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3941CB is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5765203-
CMYK0.720.6800.20
HSL236.71º58.4%50.98%-
HSV(B)236.71º71.92%79.61%-
XYZ14.368.9657.47-
YUV78.34198.35112.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.54%
GREEN value IS 65 (25.78% from 255) = 20%
BLUE value IS 203 (79.69% from 255) = 62.46%
R=17.54%
G=20%
B=62.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal57652030.720.6800.20236.7158.450.98
Hex3941CB4844014ed3a33
Octal711013131101040243557263
Binary1110011000001110010111001000100010001010011101101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3941CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3941CB; }

 p { color: rgb(57,65,203); }

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

<style>
 a { background-color: #3941CB; }

 a { background-color: rgb(57,65,203); }

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

<style>
 span { border-color: #3941CB; }

 span { border-color: rgb(57,65,203); }

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