Html Css Color HEX #374157 Blue Zodiac

📋 copy color: '#374157'

red 55 ◦ green 65 ◦ blue 87

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

Shades of Blue Zodiac #374157

Tints of Blue Zodiac #374157

RGB

 RED value IS 55 (21.88% from 255) = 26.57%

 GREEN value IS 65 (25.78% from 255) = 31.4%

 BLUE value IS 87 (34.38% from 255) = 42.03%

R = 26.57%
G = 31.4%
B = 42.03%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#374157 (or 0x374157) is known color: Blue Zodiac. HEX triplet: 37, 41 and 57. RGB value is (55,65,87). Sum of RGB (Red+Green+Blue) = 55+65+87=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 87 - color contains mainly: blue. Hex color #374157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374157 is #C8BEA8. Grayscale: #404040. Windows color (decimal): -13156009 or 5718327. OLE color: 5718327.

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

Color convert

RGB 55 65 87 -
CMYK 0.37 0.25 0 0.66
HSL 221.25º 0.23% 0.28% -
HSV(B) 221.25º 0.37% 0.34% -
XYZ 5.19 5.28 9.76 -
YUV 64.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 55 65 87 0.37 0.25 0 0.66 221.25 0.23 0.28
Hex 37 41 57 25 19 0 42 DD 17 1C
Octal 67 101 127 45 31 0 102 335 27 34
Binary 110111 1000001 1010111 100101 11001 0 1000010 11011101 10111 11100

Color Harmonies of #374157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374157

Black with #374157

Text Example


Text Example

White with #374157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374157; }

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

 H1.HeaderClassName
 {
   color: #374157;
 }
 .AnyTagClassName
 {
   color: #374157;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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