Html Css Color HEX #374358 Blue Zodiac

📋 copy color: '#374358'

red 55 ◦ green 67 ◦ blue 88

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

Shades of Blue Zodiac #374358

Tints of Blue Zodiac #374358

RGB

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

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

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

R = 26.19%
G = 31.9%
B = 41.9%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#374358 (or 0x374358) is known color: Blue Zodiac. HEX triplet: 37, 43 and 58. RGB value is (55,67,88). Sum of RGB (Red+Green+Blue) = 55+67+88=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #374358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374358 is #C8BCA7. Grayscale: #414141. Windows color (decimal): -13155496 or 5784375. OLE color: 5784375.

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

Color convert

RGB 55 67 88 -
CMYK 0.38 0.24 0 0.65
HSL 218.18º 0.23% 0.28% -
HSV(B) 218.18º 0.38% 0.35% -
XYZ 5.34 5.53 10.02 -
YUV 65.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 55 67 88 0.38 0.24 0 0.65 218.18 0.23 0.28
Hex 37 43 58 26 18 0 41 DA 17 1C
Octal 67 103 130 46 30 0 101 332 27 34
Binary 110111 1000011 1011000 100110 11000 0 1000001 11011010 10111 11100

Color Harmonies of #374358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374358

Black with #374358

Text Example


Text Example

White with #374358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374358; }

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

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

background-color css

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

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

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

border-color css

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

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

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