#374156

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

Shades of Blue Zodiac #374156

Tints of Blue Zodiac #374156

Color information

#374156 (or 0x374156) is unknown color: approx Blue Zodiac. HEX triplet: 37, 41 and 56. RGB value is (55,65,86). Sum of RGB (Red+Green+Blue) = 55+65+86=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #374156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374156 is #C8BEA9. Grayscale: #404040. Windows color (decimal): -13156010 or 5652791. OLE color: 5652791.

HSL color Cylindrical-coordinate representation of color #374156: hue angle of 220.65º 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 #374156 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB556586-
CMYK0.360.2400.66
HSL220.65º21.99%27.65%-
HSV(B)220.65º36.05%33.73%-
XYZ5.155.269.55-
YUV64.4140.19121.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.70%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 86 (33.98% from 255) = 41.75%
R=26.70%
G=31.55%
B=41.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5565860.360.2400.66220.6521.9927.65
Hex3741562418042dd161c
Octal67101126443001023352634
Binary110111100000110101101001001100001000010110111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374156; }

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

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

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

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

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

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

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

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