#37297B

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

Shades of Windsor #37297B

Tints of Windsor #37297B

Color information

#37297B (or 0x37297B) is unknown color: approx Windsor. HEX triplet: 37, 29 and 7B. RGB value is (55,41,123). Sum of RGB (Red+Green+Blue) = 55+41+123=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #37297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37297B is #C8D684. Grayscale: #363636. Windows color (decimal): -13162117 or 8071479. OLE color: 8071479.

HSL color Cylindrical-coordinate representation of color #37297B: hue angle of 250.24º degrees, saturation: 0.5, 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 #37297B is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5541123-
CMYK0.550.6700.52
HSL250.24º50%32.16%-
HSV(B)250.24º66.67%48.24%-
XYZ5.943.8319.16-
YUV54.53166.64128.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 41 (16.41% from 255) = 18.72%
BLUE value IS 123 (48.44% from 255) = 56.16%
R=25.11%
G=18.72%
B=56.16%

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
Decimal55411230.550.6700.52250.245032.16
Hex37297B3743034fa3220
Octal6751173671030643726240
Binary11011110100111110111101111000011011010011111010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37297B; }

 p { color: rgb(55,41,123); }

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

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

 a { background-color: rgb(55,41,123); }

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

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

 span { border-color: rgb(55,41,123); }

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