Html Css Color HEX #372478 Windsor

📋 copy color: '#372478'

red 55 ◦ green 36 ◦ blue 120

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

Shades of Windsor #372478

Tints of Windsor #372478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.06%

 BLUE value IS 120 (47.27% from 255) = 56.87%

R = 26.07%
G = 17.06%
B = 56.87%

CMYK

 C value IS 0.54

 M value IS 0.7

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#372478 (or 0x372478) is known color: Windsor. HEX triplet: 37, 24 and 78. RGB value is (55,36,120). Sum of RGB (Red+Green+Blue) = 55+36+120=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #372478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372478 is #C8DB87. Grayscale: #323232. Windows color (decimal): -13163400 or 7873591. OLE color: 7873591.

HSL color Cylindrical-coordinate representation of color #372478: hue angle of 253.57º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #372478 is Cyan = 0.54, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 36 120 -
CMYK 0.54 0.7 0 0.53
HSL 253.57º 0.54% 0.31% -
HSV(B) 253.57º 0.7% 0.47% -
XYZ 5.6 3.43 18.14 -
YUV 51.26 166.79 130.67 -
System Red Green Blue C M Y K H S L
Decimal 55 36 120 0.54 0.7 0 0.53 253.57 0.54 0.31
Hex 37 24 78 36 46 0 35 FE 36 1F
Octal 67 44 170 66 106 0 65 376 66 37
Binary 110111 100100 1111000 110110 1000110 0 110101 11111110 110110 11111

Color Harmonies of #372478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372478

Black with #372478

Text Example


Text Example

White with #372478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372478; }

 p { color: rgb(55,36,120); }

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

background-color css

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

 a { background-color: rgb(55,36,120); }

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

border-color css

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

 span { border-color: rgb(55,36,120); }

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