#372C7B

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

Shades of Minsk #372C7B

Tints of Minsk #372C7B

Color information

#372C7B (or 0x372C7B) is unknown color: approx Minsk. HEX triplet: 37, 2C and 7B. RGB value is (55,44,123). Sum of RGB (Red+Green+Blue) = 55+44+123=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #372C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372C7B is #C8D384. Grayscale: #373737. Windows color (decimal): -13161349 or 8072247. OLE color: 8072247.

HSL color Cylindrical-coordinate representation of color #372C7B: hue angle of 248.35º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #372C7B is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5544123-
CMYK0.550.6400.52
HSL248.35º47.31%32.75%-
HSV(B)248.35º64.23%48.24%-
XYZ6.054.0419.2-
YUV56.29165.64127.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 123 (48.44% from 255) = 55.41%
R=24.77%
G=19.82%
B=55.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55441230.550.6400.52248.3547.3132.75
Hex372C7B3740034f82f21
Octal6754173671000643705741
Binary11011110110011110111101111000000011010011111000101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,44,123); }

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

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

 a { background-color: rgb(55,44,123); }

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

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

 span { border-color: rgb(55,44,123); }

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