Html Css Color HEX #372574 Windsor

📋 copy color: '#372574'

red 55 ◦ green 37 ◦ blue 116

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

Shades of Windsor #372574

Tints of Windsor #372574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.79%

 BLUE value IS 116 (45.7% from 255) = 55.77%

R = 26.44%
G = 17.79%
B = 55.77%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#372574 (or 0x372574) is known color: Windsor. HEX triplet: 37, 25 and 74. RGB value is (55,37,116). Sum of RGB (Red+Green+Blue) = 55+37+116=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #372574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372574 is #C8DA8B. Grayscale: #333333. Windows color (decimal): -13163148 or 7611703. OLE color: 7611703.

HSL color Cylindrical-coordinate representation of color #372574: hue angle of 253.67º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #372574 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 37 116 -
CMYK 0.53 0.68 0 0.55
HSL 253.67º 0.52% 0.3% -
HSV(B) 253.67º 0.68% 0.45% -
XYZ 5.39 3.4 16.89 -
YUV 51.39 164.46 130.58 -
System Red Green Blue C M Y K H S L
Decimal 55 37 116 0.53 0.68 0 0.55 253.67 0.52 0.3
Hex 37 25 74 35 44 0 37 FE 34 1E
Octal 67 45 164 65 104 0 67 376 64 36
Binary 110111 100101 1110100 110101 1000100 0 110111 11111110 110100 11110

Color Harmonies of #372574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372574

Black with #372574

Text Example


Text Example

White with #372574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372574; }

 p { color: rgb(55,37,116); }

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

background-color css

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

 a { background-color: rgb(55,37,116); }

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

border-color css

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

 span { border-color: rgb(55,37,116); }

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