Html Css Color HEX #373B4E Blue Zodiac

📋 copy color: '#373B4E'

red 55 ◦ green 59 ◦ blue 78

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

Shades of Blue Zodiac #373B4E

Tints of Blue Zodiac #373B4E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.73%

 BLUE value IS 78 (30.86% from 255) = 40.63%

R = 28.65%
G = 30.73%
B = 40.63%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#373B4E (or 0x373B4E) is known color: Blue Zodiac. HEX triplet: 37, 3B and 4E. RGB value is (55,59,78). Sum of RGB (Red+Green+Blue) = 55+59+78=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 78 - color contains mainly: blue. Hex color #373B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B4E is #C8C4B1. Grayscale: #3B3B3B. Windows color (decimal): -13157554 or 5126967. OLE color: 5126967.

HSL color Cylindrical-coordinate representation of color #373B4E: hue angle of 229.57º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #373B4E is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 59 78 -
CMYK 0.29 0.24 0 0.69
HSL 229.57º 0.17% 0.26% -
HSV(B) 229.57º 0.29% 0.31% -
XYZ 4.51 4.49 7.84 -
YUV 59.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 55 59 78 0.29 0.24 0 0.69 229.57 0.17 0.26
Hex 37 3B 4E 1D 18 0 45 E6 11 1A
Octal 67 73 116 35 30 0 105 346 21 32
Binary 110111 111011 1001110 11101 11000 0 1000101 11100110 10001 11010

Color Harmonies of #373B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B4E

Black with #373B4E

Text Example


Text Example

White with #373B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373B4E; }

 p { color: rgb(55,59,78); }

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

background-color css

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

 a { background-color: rgb(55,59,78); }

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

border-color css

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

 span { border-color: rgb(55,59,78); }

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