#374256

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

Shades of Blue Zodiac #374256

Tints of Blue Zodiac #374256

Color information

#374256 (or 0x374256) is unknown color: approx Blue Zodiac. HEX triplet: 37, 42 and 56. RGB value is (55,66,86). Sum of RGB (Red+Green+Blue) = 55+66+86=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #374256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374256 is #C8BDA9. Grayscale: #404040. Windows color (decimal): -13155754 or 5653047. OLE color: 5653047.

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

Color convert

RGB556686-
CMYK0.360.2300.66
HSL218.71º21.99%27.65%-
HSV(B)218.71º36.05%33.73%-
XYZ5.25.389.57-
YUV64.99139.86120.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=26.57%
G=31.88%
B=41.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5566860.360.2300.66218.7121.9927.65
Hex3742562417042db161c
Octal67102126442701023332634
Binary110111100001010101101001001011101000010110110111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374256; }

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

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

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

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

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

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

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

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