#37286C

Color #37286C Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #37286C

Tints of Minsk #37286C

Color information

#37286C (or 0x37286C) is unknown color: approx Minsk. HEX triplet: 37, 28 and 6C. RGB value is (55,40,108). Sum of RGB (Red+Green+Blue) = 55+40+108=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #37286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37286C is #C8D793. Grayscale: #333333. Windows color (decimal): -13162388 or 7088183. OLE color: 7088183.

HSL color Cylindrical-coordinate representation of color #37286C: hue angle of 253.24º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37286C is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5540108-
CMYK0.490.6300.58
HSL253.24º45.95%29.02%-
HSV(B)253.24º62.96%42.35%-
XYZ5.043.4114.58-
YUV52.24159.47129.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=27.09%
G=19.70%
B=53.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55401080.490.6300.58253.2445.9529.02
Hex37286C313F03Afd2e1d
Octal675015461770723755635
Binary110111101000110110011000111111101110101111110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37286C; }

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

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

<style>
 a { background-color: #37286C; }

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

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

<style>
 span { border-color: #37286C; }

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

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