#362572

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

Shades of Minsk #362572

Tints of Minsk #362572

Color information

#362572 (or 0x362572) is unknown color: approx Minsk. HEX triplet: 36, 25 and 72. RGB value is (54,37,114). Sum of RGB (Red+Green+Blue) = 54+37+114=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #362572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362572 is #C9DA8D. Grayscale: #323232. Windows color (decimal): -13228686 or 7480630. OLE color: 7480630.

HSL color Cylindrical-coordinate representation of color #362572: hue angle of 253.25º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #362572 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5437114-
CMYK0.530.6800.55
HSL253.25º50.99%29.61%-
HSV(B)253.25º67.54%44.71%-
XYZ5.223.3216.29-
YUV50.86163.63130.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 37 (14.84% from 255) = 18.05%
BLUE value IS 114 (44.92% from 255) = 55.61%
R=26.34%
G=18.05%
B=55.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54371140.530.6800.55253.2550.9929.61
Hex3625723544037fd331e
Octal6645162651040673756336
Binary1101101001011110010110101100010001101111111110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362572; }

 p { color: rgb(54,37,114); }

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

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

 a { background-color: rgb(54,37,114); }

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

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

 span { border-color: rgb(54,37,114); }

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