Html Css Color HEX #373B4F Blue Zodiac

📋 copy color: '#373B4F'

red 55 ◦ green 59 ◦ blue 79

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

Shades of Blue Zodiac #373B4F

Tints of Blue Zodiac #373B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.93%

R = 28.5%
G = 30.57%
B = 40.93%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#373B4F (or 0x373B4F) is known color: Blue Zodiac. HEX triplet: 37, 3B and 4F. RGB value is (55,59,79). Sum of RGB (Red+Green+Blue) = 55+59+79=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #373B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B4F is #C8C4B0. Grayscale: #3B3B3B. Windows color (decimal): -13157553 or 5192503. OLE color: 5192503.

HSL color Cylindrical-coordinate representation of color #373B4F: hue angle of 230º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #373B4F is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 59 79 -
CMYK 0.30 0.25 0 0.69
HSL 230º 0.18% 0.26% -
HSV(B) 230º 0.3% 0.31% -
XYZ 4.55 4.5 8.03 -
YUV 60.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 55 59 79 0.30 0.25 0 0.69 230 0.18 0.26
Hex 37 3B 4F 1E 19 0 45 E6 12 1A
Octal 67 73 117 36 31 0 105 346 22 32
Binary 110111 111011 1001111 11110 11001 0 1000101 11100110 10010 11010

Color Harmonies of #373B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B4F

Black with #373B4F

Text Example


Text Example

White with #373B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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