#3740CB

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

Shades of Free Speech Blue #3740CB

Tints of Free Speech Blue #3740CB

Color information

#3740CB (or 0x3740CB) is unknown color: approx Free Speech Blue. HEX triplet: 37, 40 and CB. RGB value is (55,64,203). Sum of RGB (Red+Green+Blue) = 55+64+203=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #3740CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3740CB is #C8BF34. Grayscale: #4C4C4C. Windows color (decimal): -13156149 or 13320247. OLE color: 13320247.

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

Color convert

RGB5564203-
CMYK0.730.6800.20
HSL236.35º58.73%50.59%-
HSV(B)236.35º72.91%79.61%-
XYZ14.198.7957.45-
YUV77.16199.02112.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.08%
GREEN value IS 64 (25.39% from 255) = 19.88%
BLUE value IS 203 (79.69% from 255) = 63.04%
R=17.08%
G=19.88%
B=63.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal55642030.730.6800.20236.3558.7350.59
Hex3740CB4944014ec3b33
Octal671003131111040243547363
Binary1101111000000110010111001001100010001010011101100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3740CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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