#372977

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

Shades of Minsk #372977

Tints of Minsk #372977

Color information

#372977 (or 0x372977) is unknown color: approx Minsk. HEX triplet: 37, 29 and 77. RGB value is (55,41,119). Sum of RGB (Red+Green+Blue) = 55+41+119=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #372977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372977 is #C8D688. Grayscale: #353535. Windows color (decimal): -13162121 or 7809335. OLE color: 7809335.

HSL color Cylindrical-coordinate representation of color #372977: hue angle of 250.77º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #372977 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5541119-
CMYK0.540.6600.53
HSL250.77º48.75%31.37%-
HSV(B)250.77º65.55%46.67%-
XYZ5.73.7317.87-
YUV54.08164.64128.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 119 (46.88% from 255) = 55.35%
R=25.58%
G=19.07%
B=55.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55411190.540.6600.53250.7748.7531.37
Hex3729773642035fb311f
Octal6751167661020653736137
Binary1101111010011110111110110100001001101011111101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372977; }

 p { color: rgb(55,41,119); }

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

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

 a { background-color: rgb(55,41,119); }

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

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

 span { border-color: rgb(55,41,119); }

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