#37276E

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

Shades of Minsk #37276E

Tints of Minsk #37276E

Color information

#37276E (or 0x37276E) is unknown color: approx Minsk. HEX triplet: 37, 27 and 6E. RGB value is (55,39,110). Sum of RGB (Red+Green+Blue) = 55+39+110=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #37276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37276E is #C8D891. Grayscale: #333333. Windows color (decimal): -13162642 or 7218999. OLE color: 7218999.

HSL color Cylindrical-coordinate representation of color #37276E: hue angle of 253.52º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37276E is Cyan = 0.5, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5539110-
CMYK0.50.6500.57
HSL253.52º47.65%29.22%-
HSV(B)253.52º64.55%43.14%-
XYZ5.123.3915.14-
YUV51.88160.8130.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 110 (43.36% from 255) = 53.92%
R=26.96%
G=19.12%
B=53.92%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55391100.50.6500.57253.5247.6529.22
Hex37276E3241039fe301d
Octal6747156621010713766035
Binary1101111001111101110110010100000101110011111111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37276E; }

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

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

<style>
 a { background-color: #37276E; }

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

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

<style>
 span { border-color: #37276E; }

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

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