Html Css Color HEX #372882 Windsor

📋 copy color: '#372882'

red 55 ◦ green 40 ◦ blue 130

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

Shades of Windsor #372882

Tints of Windsor #372882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 57.78%

R = 24.44%
G = 17.78%
B = 57.78%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#372882 (or 0x372882) is known color: Windsor. HEX triplet: 37, 28 and 82. RGB value is (55,40,130). Sum of RGB (Red+Green+Blue) = 55+40+130=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #372882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372882 is #C8D77D. Grayscale: #363636. Windows color (decimal): -13162366 or 8529975. OLE color: 8529975.

HSL color Cylindrical-coordinate representation of color #372882: hue angle of 250º 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 #372882 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 40 130 -
CMYK 0.58 0.69 0 0.49
HSL 250º 0.53% 0.33% -
HSV(B) 250º 0.69% 0.51% -
XYZ 6.36 3.94 21.54 -
YUV 54.75 170.47 128.18 -
System Red Green Blue C M Y K H S L
Decimal 55 40 130 0.58 0.69 0 0.49 250 0.53 0.33
Hex 37 28 82 3A 45 0 31 FA 35 21
Octal 67 50 202 72 105 0 61 372 65 41
Binary 110111 101000 10000010 111010 1000101 0 110001 11111010 110101 100001

Color Harmonies of #372882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372882

Black with #372882

Text Example


Text Example

White with #372882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372882; }

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

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

background-color css

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

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

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

border-color css

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

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

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