#374257

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

Shades of Blue Zodiac #374257

Tints of Blue Zodiac #374257

Color information

#374257 (or 0x374257) is unknown color: approx Blue Zodiac. HEX triplet: 37, 42 and 57. RGB value is (55,66,87). Sum of RGB (Red+Green+Blue) = 55+66+87=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #374257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374257 is #C8BDA8. Grayscale: #414141. Windows color (decimal): -13155753 or 5718583. OLE color: 5718583.

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

Color convert

RGB556687-
CMYK0.370.2400.66
HSL219.38º22.54%27.84%-
HSV(B)219.38º36.78%34.12%-
XYZ5.245.49.78-
YUV65.1140.36120.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.44%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 87 (34.38% from 255) = 41.83%
R=26.44%
G=31.73%
B=41.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5566870.370.2400.66219.3822.5427.84
Hex3742572518042db171c
Octal67102127453001023332734
Binary110111100001010101111001011100001000010110110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374257; }

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

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

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

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

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

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

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

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