#362D71

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

Shades of Minsk #362D71

Tints of Minsk #362D71

Color information

#362D71 (or 0x362D71) is unknown color: approx Minsk. HEX triplet: 36, 2D and 71. RGB value is (54,45,113). Sum of RGB (Red+Green+Blue) = 54+45+113=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #362D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362D71 is #C9D28E. Grayscale: #373737. Windows color (decimal): -13226639 or 7417142. OLE color: 7417142.

HSL color Cylindrical-coordinate representation of color #362D71: hue angle of 247.94º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #362D71 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5445113-
CMYK0.520.6000.56
HSL247.94º43.04%30.98%-
HSV(B)247.94º60.18%44.31%-
XYZ5.443.8516.08-
YUV55.44160.48126.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.47%
GREEN value IS 45 (17.97% from 255) = 21.23%
BLUE value IS 113 (44.53% from 255) = 53.30%
R=25.47%
G=21.23%
B=53.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54451130.520.6000.56247.9443.0430.98
Hex362D71343C038f82b1f
Octal665516164740703705337
Binary110110101101111000111010011110001110001111100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362D71; }

 p { color: rgb(54,45,113); }

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

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

 a { background-color: rgb(54,45,113); }

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

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

 span { border-color: rgb(54,45,113); }

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