#37287A

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

Shades of Windsor #37287A

Tints of Windsor #37287A

Color information

#37287A (or 0x37287A) is unknown color: approx Windsor. HEX triplet: 37, 28 and 7A. RGB value is (55,40,122). Sum of RGB (Red+Green+Blue) = 55+40+122=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #37287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37287A is #C8D785. Grayscale: #353535. Windows color (decimal): -13162374 or 8005687. OLE color: 8005687.

HSL color Cylindrical-coordinate representation of color #37287A: hue angle of 250.98º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37287A is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5540122-
CMYK0.550.6700.52
HSL250.98º50.62%31.76%-
HSV(B)250.98º67.21%47.84%-
XYZ5.853.7318.83-
YUV53.83166.47128.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 40 (16.02% from 255) = 18.43%
BLUE value IS 122 (48.05% from 255) = 56.22%
R=25.35%
G=18.43%
B=56.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55401220.550.6700.52250.9850.6231.76
Hex37287A3743034fb3320
Octal6750172671030643736340
Binary11011110100011110101101111000011011010011111011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37287A; }

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

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

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

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

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

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

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

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