#37257D

Color #37257D Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #37257D

Tints of Windsor #37257D

Color information

#37257D (or 0x37257D) is unknown color: approx Windsor. HEX triplet: 37, 25 and 7D. RGB value is (55,37,125). Sum of RGB (Red+Green+Blue) = 55+37+125=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #37257D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37257D is #C8DA82. Grayscale: #343434. Windows color (decimal): -13163139 or 8201527. OLE color: 8201527.

HSL color Cylindrical-coordinate representation of color #37257D: hue angle of 252.27º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37257D is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5537125-
CMYK0.560.7000.51
HSL252.27º54.32%31.76%-
HSV(B)252.27º70.4%49.02%-
XYZ5.943.6219.79-
YUV52.41168.96129.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 125 (49.22% from 255) = 57.60%
R=25.35%
G=17.05%
B=57.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55371250.560.7000.51252.2754.3231.76
Hex37257D3846033fc3620
Octal6745175701060633746640
Binary11011110010111111011110001000110011001111111100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37257D; }

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

 H1.HeaderClassName
 {
   color: #37257D;
 }
 .AnyTagClassName
 {
   color: #37257D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #37257D;
 }
 .BgClassName
 {
   background-color: #37257D;
 }
</style>
border-color css

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

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

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