#372C6A

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

Shades of Minsk #372C6A

Tints of Minsk #372C6A

Color information

#372C6A (or 0x372C6A) is unknown color: approx Minsk. HEX triplet: 37, 2C and 6A. RGB value is (55,44,106). Sum of RGB (Red+Green+Blue) = 55+44+106=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #372C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372C6A is #C8D395. Grayscale: #363636. Windows color (decimal): -13161366 or 6958135. OLE color: 6958135.

HSL color Cylindrical-coordinate representation of color #372C6A: hue angle of 250.65º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #372C6A is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5544106-
CMYK0.480.5800.58
HSL250.65º41.33%29.41%-
HSV(B)250.65º58.49%41.57%-
XYZ5.083.6514.07-
YUV54.36157.14128.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.83%
GREEN value IS 44 (17.58% from 255) = 21.46%
BLUE value IS 106 (41.80% from 255) = 51.71%
R=26.83%
G=21.46%
B=51.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55441060.480.5800.58250.6541.3329.41
Hex372C6A303A03Afb291d
Octal675415260720723735135
Binary110111101100110101011000011101001110101111101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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