#372D69

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

Shades of Minsk #372D69

Tints of Minsk #372D69

Color information

#372D69 (or 0x372D69) is unknown color: approx Minsk. HEX triplet: 37, 2D and 69. RGB value is (55,45,105). Sum of RGB (Red+Green+Blue) = 55+45+105=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #372D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372D69 is #C8D296. Grayscale: #363636. Windows color (decimal): -13161111 or 6892855. OLE color: 6892855.

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

Color convert

RGB5545105-
CMYK0.480.5700.59
HSL250º40%29.41%-
HSV(B)250º57.14%41.18%-
XYZ5.063.7113.81-
YUV54.83156.31128.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.83%
GREEN value IS 45 (17.97% from 255) = 21.95%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=26.83%
G=21.95%
B=51.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55451050.480.5700.592504029.41
Hex372D69303903Bfa281d
Octal675515160710733725035
Binary110111101101110100111000011100101110111111101010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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