Html Css Color HEX #374359 Blue Zodiac

📋 copy color: '#374359'

red 55 ◦ green 67 ◦ blue 89

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

Shades of Blue Zodiac #374359

Tints of Blue Zodiac #374359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.75%

 BLUE value IS 89 (35.16% from 255) = 42.18%

R = 26.07%
G = 31.75%
B = 42.18%

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

#374359 (or 0x374359) is known color: Blue Zodiac. HEX triplet: 37, 43 and 59. RGB value is (55,67,89). Sum of RGB (Red+Green+Blue) = 55+67+89=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #374359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374359 is #C8BCA6. Grayscale: #414141. Windows color (decimal): -13155495 or 5849911. OLE color: 5849911.

HSL color Cylindrical-coordinate representation of color #374359: hue angle of 218.82º degrees, saturation: 0.24, 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 #374359 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 67 89 -
CMYK 0.38 0.25 0 0.65
HSL 218.82º 0.24% 0.28% -
HSV(B) 218.82º 0.38% 0.35% -
XYZ 5.39 5.55 10.24 -
YUV 65.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 55 67 89 0.38 0.25 0 0.65 218.82 0.24 0.28
Hex 37 43 59 26 19 0 41 DB 18 1C
Octal 67 103 131 46 31 0 101 333 30 34
Binary 110111 1000011 1011001 100110 11001 0 1000001 11011011 11000 11100

Color Harmonies of #374359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374359

Black with #374359

Text Example


Text Example

White with #374359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374359; }

 p { color: rgb(55,67,89); }

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

background-color css

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

 a { background-color: rgb(55,67,89); }

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

border-color css

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

 span { border-color: rgb(55,67,89); }

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