Html Css Color HEX #372475 Windsor

📋 copy color: '#372475'

red 55 ◦ green 36 ◦ blue 117

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

Shades of Windsor #372475

Tints of Windsor #372475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.25%

R = 26.44%
G = 17.31%
B = 56.25%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#372475 (or 0x372475) is known color: Windsor. HEX triplet: 37, 24 and 75. RGB value is (55,36,117). Sum of RGB (Red+Green+Blue) = 55+36+117=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #372475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372475 is #C8DB8A. Grayscale: #323232. Windows color (decimal): -13163403 or 7676983. OLE color: 7676983.

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

Color convert

RGB 55 36 117 -
CMYK 0.53 0.69 0 0.54
HSL 254.07º 0.53% 0.3% -
HSV(B) 254.07º 0.69% 0.46% -
XYZ 5.42 3.36 17.19 -
YUV 50.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 55 36 117 0.53 0.69 0 0.54 254.07 0.53 0.3
Hex 37 24 75 35 45 0 36 FE 35 1E
Octal 67 44 165 65 105 0 66 376 65 36
Binary 110111 100100 1110101 110101 1000101 0 110110 11111110 110101 11110

Color Harmonies of #372475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372475

Black with #372475

Text Example


Text Example

White with #372475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372475; }

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

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

background-color css

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

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

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

border-color css

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

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

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