Html Css Color HEX #372879 Windsor

📋 copy color: '#372879'

red 55 ◦ green 40 ◦ blue 121

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

Shades of Windsor #372879

Tints of Windsor #372879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.52%

 BLUE value IS 121 (47.66% from 255) = 56.02%

R = 25.46%
G = 18.52%
B = 56.02%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#372879 (or 0x372879) is known color: Windsor. HEX triplet: 37, 28 and 79. RGB value is (55,40,121). Sum of RGB (Red+Green+Blue) = 55+40+121=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #372879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372879 is #C8D786. Grayscale: #353535. Windows color (decimal): -13162375 or 7940151. OLE color: 7940151.

HSL color Cylindrical-coordinate representation of color #372879: hue angle of 251.11º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #372879 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 40 121 -
CMYK 0.55 0.67 0 0.53
HSL 251.11º 0.5% 0.32% -
HSV(B) 251.11º 0.67% 0.47% -
XYZ 5.79 3.71 18.5 -
YUV 53.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 55 40 121 0.55 0.67 0 0.53 251.11 0.5 0.32
Hex 37 28 79 37 43 0 35 FB 32 20
Octal 67 50 171 67 103 0 65 373 62 40
Binary 110111 101000 1111001 110111 1000011 0 110101 11111011 110010 100000

Color Harmonies of #372879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372879

Black with #372879

Text Example


Text Example

White with #372879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372879; }

 p { color: rgb(55,40,121); }

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

background-color css

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

 a { background-color: rgb(55,40,121); }

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

border-color css

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

 span { border-color: rgb(55,40,121); }

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