#372B76

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

Shades of Minsk #372B76

Tints of Minsk #372B76

Color information

#372B76 (or 0x372B76) is unknown color: approx Minsk. HEX triplet: 37, 2B and 76. RGB value is (55,43,118). Sum of RGB (Red+Green+Blue) = 55+43+118=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #372B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372B76 is #C8D489. Grayscale: #363636. Windows color (decimal): -13161610 or 7744311. OLE color: 7744311.

HSL color Cylindrical-coordinate representation of color #372B76: hue angle of 249.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #372B76 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5543118-
CMYK0.530.6400.54
HSL249.6º46.58%31.57%-
HSV(B)249.6º63.56%46.27%-
XYZ5.713.8517.58-
YUV55.14163.48127.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 118 (46.48% from 255) = 54.63%
R=25.46%
G=19.91%
B=54.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55431180.530.6400.54249.646.5831.57
Hex372B763540036fa2f20
Octal6753166651000663725740
Binary11011110101111101101101011000000011011011111010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372B76; }

 p { color: rgb(55,43,118); }

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

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

 a { background-color: rgb(55,43,118); }

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

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

 span { border-color: rgb(55,43,118); }

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