#372969

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

Shades of Minsk #372969

Tints of Minsk #372969

Color information

#372969 (or 0x372969) is unknown color: approx Minsk. HEX triplet: 37, 29 and 69. RGB value is (55,41,105). Sum of RGB (Red+Green+Blue) = 55+41+105=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #372969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372969 is #C8D696. Grayscale: #343434. Windows color (decimal): -13162135 or 6891831. OLE color: 6891831.

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

Color convert

RGB5541105-
CMYK0.480.6100.59
HSL253.12º43.84%28.63%-
HSV(B)253.12º60.95%41.18%-
XYZ4.923.4213.77-
YUV52.48157.64129.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 41 (16.41% from 255) = 20.40%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=27.36%
G=20.40%
B=52.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55411050.480.6100.59253.1243.8428.63
Hex372969303D03Bfd2c1d
Octal675115160750733755435
Binary110111101001110100111000011110101110111111110110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372969; }

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

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

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

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

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

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

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

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