#37267D

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

Shades of Windsor #37267D

Tints of Windsor #37267D

Color information

#37267D (or 0x37267D) is unknown color: approx Windsor. HEX triplet: 37, 26 and 7D. RGB value is (55,38,125). Sum of RGB (Red+Green+Blue) = 55+38+125=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #37267D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37267D is #C8D982. Grayscale: #343434. Windows color (decimal): -13162883 or 8201783. OLE color: 8201783.

HSL color Cylindrical-coordinate representation of color #37267D: hue angle of 251.72º degrees, saturation: 0.53, 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 #37267D is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5538125-
CMYK0.560.7000.51
HSL251.72º53.37%31.96%-
HSV(B)251.72º69.6%49.02%-
XYZ5.973.6819.8-
YUV53168.63129.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 125 (49.22% from 255) = 57.34%
R=25.23%
G=17.43%
B=57.34%

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
Decimal55381250.560.7000.51251.7253.3731.96
Hex37267D3846033fc3520
Octal6746175701060633746540
Binary11011110011011111011110001000110011001111111100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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