Html Css Color HEX #374257 Blue Zodiac

📋 copy color: '#374257'

red 55 ◦ green 66 ◦ blue 87

#374257
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Zodiac #374257

Tints of Blue Zodiac #374257

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 value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#374257 (or 0x374257) is known color: 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

RGB 55 66 87 -
CMYK 0.37 0.24 0 0.66
HSL 219.38º 0.23% 0.28% -
HSV(B) 219.38º 0.37% 0.34% -
XYZ 5.24 5.4 9.78 -
YUV 65.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 55 66 87 0.37 0.24 0 0.66 219.38 0.23 0.28
Hex 37 42 57 25 18 0 42 DB 17 1C
Octal 67 102 127 45 30 0 102 333 27 34
Binary 110111 1000010 1010111 100101 11000 0 1000010 11011011 10111 11100

Color Harmonies of #374257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374257

Black with #374257

Text Example


Text Example

White with #374257

Text Example


Text Example

HTML Codes & Css Web 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>