#3967CB

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

Shades of Free Speech Blue #3967CB

Tints of Free Speech Blue #3967CB

Color information

#3967CB (or 0x3967CB) is unknown color: approx Free Speech Blue. HEX triplet: 39, 67 and CB. RGB value is (57,103,203). Sum of RGB (Red+Green+Blue) = 57+103+203=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #3967CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3967CB is #C69834. Grayscale: #646464. Windows color (decimal): -13015093 or 13330233. OLE color: 13330233.

HSL color Cylindrical-coordinate representation of color #3967CB: hue angle of 221.1º 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 #3967CB is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB57103203-
CMYK0.720.4900.20
HSL221.1º58.4%50.98%-
HSV(B)221.1º71.92%79.61%-
XYZ17.3214.8858.46-
YUV100.65185.7696.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.70%
GREEN value IS 103 (40.62% from 255) = 28.37%
BLUE value IS 203 (79.69% from 255) = 55.92%
R=15.70%
G=28.37%
B=55.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571032030.720.4900.20221.158.450.98
Hex3967CB4831014dd3a33
Octal71147313110610243357263
Binary111001110011111001011100100011000101010011011101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3967CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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