#37277B

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

Shades of Windsor #37277B

Tints of Windsor #37277B

Color information

#37277B (or 0x37277B) is unknown color: approx Windsor. HEX triplet: 37, 27 and 7B. RGB value is (55,39,123). Sum of RGB (Red+Green+Blue) = 55+39+123=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #37277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37277B is #C8D884. Grayscale: #353535. Windows color (decimal): -13162629 or 8070967. OLE color: 8070967.

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

Color convert

RGB5539123-
CMYK0.550.6800.52
HSL251.43º51.85%31.76%-
HSV(B)251.43º68.29%48.24%-
XYZ5.883.6919.14-
YUV53.36167.3129.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 123 (48.44% from 255) = 56.68%
R=25.35%
G=17.97%
B=56.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55391230.550.6800.52251.4351.8531.76
Hex37277B3744034fb3420
Octal6747173671040643736440
Binary11011110011111110111101111000100011010011111011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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