Html Css Color HEX #374256 Blue Zodiac

📋 copy color: '#374256'

red 55 ◦ green 66 ◦ blue 86

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

Shades of Blue Zodiac #374256

Tints of Blue Zodiac #374256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 41.55%

R = 26.57%
G = 31.88%
B = 41.55%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#374256 (or 0x374256) is known color: Blue Zodiac. HEX triplet: 37, 42 and 56. RGB value is (55,66,86). Sum of RGB (Red+Green+Blue) = 55+66+86=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #374256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374256 is #C8BDA9. Grayscale: #404040. Windows color (decimal): -13155754 or 5653047. OLE color: 5653047.

HSL color Cylindrical-coordinate representation of color #374256: hue angle of 218.71º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #374256 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 66 86 -
CMYK 0.36 0.23 0 0.66
HSL 218.71º 0.22% 0.28% -
HSV(B) 218.71º 0.36% 0.34% -
XYZ 5.2 5.38 9.57 -
YUV 64.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 55 66 86 0.36 0.23 0 0.66 218.71 0.22 0.28
Hex 37 42 56 24 17 0 42 DB 16 1C
Octal 67 102 126 44 27 0 102 333 26 34
Binary 110111 1000010 1010110 100100 10111 0 1000010 11011011 10110 11100

Color Harmonies of #374256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374256

Black with #374256

Text Example


Text Example

White with #374256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374256; }

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

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

background-color css

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

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

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

border-color css

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

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

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