Html Css Color HEX #374258 Blue Zodiac

📋 copy color: '#374258'

red 55 ◦ green 66 ◦ blue 88

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

Shades of Blue Zodiac #374258

Tints of Blue Zodiac #374258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.58%

 BLUE value IS 88 (34.77% from 255) = 42.11%

R = 26.32%
G = 31.58%
B = 42.11%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#374258 (or 0x374258) is known color: Blue Zodiac. HEX triplet: 37, 42 and 58. RGB value is (55,66,88). Sum of RGB (Red+Green+Blue) = 55+66+88=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #374258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374258 is #C8BDA7. Grayscale: #414141. Windows color (decimal): -13155752 or 5784119. OLE color: 5784119.

HSL color Cylindrical-coordinate representation of color #374258: hue angle of 220º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #374258 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 66 88 -
CMYK 0.38 0.25 0 0.65
HSL 220º 0.23% 0.28% -
HSV(B) 220º 0.38% 0.35% -
XYZ 5.29 5.41 10 -
YUV 65.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 55 66 88 0.38 0.25 0 0.65 220 0.23 0.28
Hex 37 42 58 26 19 0 41 DC 17 1C
Octal 67 102 130 46 31 0 101 334 27 34
Binary 110111 1000010 1011000 100110 11001 0 1000001 11011100 10111 11100

Color Harmonies of #374258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374258

Black with #374258

Text Example


Text Example

White with #374258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374258; }

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

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

background-color css

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

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

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

border-color css

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

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

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