Html Css Color HEX #373B50 Blue Zodiac

📋 copy color: '#373B50'

red 55 ◦ green 59 ◦ blue 80

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

Shades of Blue Zodiac #373B50

Tints of Blue Zodiac #373B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.24%

R = 28.35%
G = 30.41%
B = 41.24%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#373B50 (or 0x373B50) is known color: Blue Zodiac. HEX triplet: 37, 3B and 50. RGB value is (55,59,80). Sum of RGB (Red+Green+Blue) = 55+59+80=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #373B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B50 is #C8C4AF. Grayscale: #3C3C3C. Windows color (decimal): -13157552 or 5258039. OLE color: 5258039.

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

Color convert

RGB 55 59 80 -
CMYK 0.31 0.26 0 0.69
HSL 230.4º 0.19% 0.26% -
HSV(B) 230.4º 0.31% 0.31% -
XYZ 4.59 4.52 8.22 -
YUV 60.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 55 59 80 0.31 0.26 0 0.69 230.4 0.19 0.26
Hex 37 3B 50 1F 1A 0 45 E6 13 1A
Octal 67 73 120 37 32 0 105 346 23 32
Binary 110111 111011 1010000 11111 11010 0 1000101 11100110 10011 11010

Color Harmonies of #373B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373B50

Black with #373B50

Text Example


Text Example

White with #373B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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