Html Css Color HEX #372881 Windsor

📋 copy color: '#372881'

red 55 ◦ green 40 ◦ blue 129

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

Shades of Windsor #372881

Tints of Windsor #372881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 57.59%

R = 24.55%
G = 17.86%
B = 57.59%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#372881 (or 0x372881) is known color: Windsor. HEX triplet: 37, 28 and 81. RGB value is (55,40,129). Sum of RGB (Red+Green+Blue) = 55+40+129=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 129 (50.78% from 255 or 57.59% from 224); Max value from RGB is 129 - color contains mainly: blue. Hex color #372881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372881 is #C8D77E. Grayscale: #363636. Windows color (decimal): -13162367 or 8464439. OLE color: 8464439.

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

Color convert

RGB 55 40 129 -
CMYK 0.57 0.69 0 0.49
HSL 250.11º 0.53% 0.33% -
HSV(B) 250.11º 0.69% 0.51% -
XYZ 6.3 3.91 21.19 -
YUV 54.63 169.97 128.26 -
System Red Green Blue C M Y K H S L
Decimal 55 40 129 0.57 0.69 0 0.49 250.11 0.53 0.33
Hex 37 28 81 39 45 0 31 FA 35 21
Octal 67 50 201 71 105 0 61 372 65 41
Binary 110111 101000 10000001 111001 1000101 0 110001 11111010 110101 100001

Color Harmonies of #372881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372881

Black with #372881

Text Example


Text Example

White with #372881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372881; }

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

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

background-color css

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

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

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

border-color css

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

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

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