#374056

Color #374056 Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #374056

Tints of Blue Zodiac #374056

Color information

#374056 (or 0x374056) is unknown color: approx Blue Zodiac. HEX triplet: 37, 40 and 56. RGB value is (55,64,86). Sum of RGB (Red+Green+Blue) = 55+64+86=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #374056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374056 is #C8BFA9. Grayscale: #3F3F3F. Windows color (decimal): -13156266 or 5652535. OLE color: 5652535.

HSL color Cylindrical-coordinate representation of color #374056: hue angle of 222.58º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #374056 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB556486-
CMYK0.360.2600.66
HSL222.58º21.99%27.65%-
HSV(B)222.58º36.05%33.73%-
XYZ5.095.159.53-
YUV63.82140.52121.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.83%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=26.83%
G=31.22%
B=41.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5564860.360.2600.66222.5821.9927.65
Hex374056241A042df161c
Octal67100126443201023372634
Binary110111100000010101101001001101001000010110111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374056; }

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

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

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

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

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

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

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

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