#37276F

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

Shades of Minsk #37276F

Tints of Minsk #37276F

Color information

#37276F (or 0x37276F) is unknown color: approx Minsk. HEX triplet: 37, 27 and 6F. RGB value is (55,39,111). Sum of RGB (Red+Green+Blue) = 55+39+111=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #37276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37276F is #C8D890. Grayscale: #333333. Windows color (decimal): -13162641 or 7284535. OLE color: 7284535.

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

Color convert

RGB5539111-
CMYK0.500.6500.56
HSL253.33º48%29.41%-
HSV(B)253.33º64.86%43.53%-
XYZ5.173.4115.42-
YUV51.99161.3130.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.83%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 111 (43.75% from 255) = 54.15%
R=26.83%
G=19.02%
B=54.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55391110.500.6500.56253.334829.41
Hex37276F3241038fd301d
Octal6747157621010703756035
Binary1101111001111101111110010100000101110001111110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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