#3764cb

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

Shades of Free Speech Blue #3764CB

Tints of Free Speech Blue #3764CB

Color information

#3764CB (or 0x3764CB) is unknown color: approx Free Speech Blue. HEX triplet: 37, 64 and CB. RGB value is (55,100,203). Sum of RGB (Red+Green+Blue) = 55+100+203=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #3764CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3764CB is #C89B34. Grayscale: #616161. Windows color (decimal): -13146933 or 13329463. OLE color: 13329463.

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

Color convert

RGB55100203-
CMYK0.730.5100.20
HSL221.76º58.73%50.59%-
HSV(B)221.76º72.91%79.61%-
XYZ16.9114.2458.36-
YUV98.29187.0997.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.36%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 203 (79.69% from 255) = 56.70%
R=15.36%
G=27.93%
B=56.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal551002030.730.5100.20221.7658.7350.59
Hex3764CB4933014de3b33
Octal67144313111630243367363
Binary110111110010011001011100100111001101010011011110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3764cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3764cb; }

 p { color: rgb(55,100,203); }

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

<style>
 a { background-color: #3764cb; }

 a { background-color: rgb(55,100,203); }

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

<style>
 span { border-color: #3764cb; }

 span { border-color: rgb(55,100,203); }

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