Html Css Color HEX #372980 Windsor

📋 copy color: '#372980'

red 55 ◦ green 41 ◦ blue 128

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

Shades of Windsor #372980

Tints of Windsor #372980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.3%

 BLUE value IS 128 (50.39% from 255) = 57.14%

R = 24.55%
G = 18.3%
B = 57.14%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#372980 (or 0x372980) is known color: Windsor. HEX triplet: 37, 29 and 80. RGB value is (55,41,128). Sum of RGB (Red+Green+Blue) = 55+41+128=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #372980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372980 is #C8D67F. Grayscale: #363636. Windows color (decimal): -13162112 or 8399159. OLE color: 8399159.

HSL color Cylindrical-coordinate representation of color #372980: hue angle of 249.66º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #372980 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 41 128 -
CMYK 0.57 0.68 0 0.50
HSL 249.66º 0.51% 0.33% -
HSV(B) 249.66º 0.68% 0.5% -
XYZ 6.26 3.96 20.86 -
YUV 55.1 169.14 127.93 -
System Red Green Blue C M Y K H S L
Decimal 55 41 128 0.57 0.68 0 0.50 249.66 0.51 0.33
Hex 37 29 80 39 44 0 32 FA 33 21
Octal 67 51 200 71 104 0 62 372 63 41
Binary 110111 101001 10000000 111001 1000100 0 110010 11111010 110011 100001

Color Harmonies of #372980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372980

Black with #372980

Text Example


Text Example

White with #372980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372980; }

 p { color: rgb(55,41,128); }

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

background-color css

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

 a { background-color: rgb(55,41,128); }

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

border-color css

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

 span { border-color: rgb(55,41,128); }

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