#362B74

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

Shades of Minsk #362B74

Tints of Minsk #362B74

Color information

#362B74 (or 0x362B74) is unknown color: approx Minsk. HEX triplet: 36, 2B and 74. RGB value is (54,43,116). Sum of RGB (Red+Green+Blue) = 54+43+116=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #362B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362B74 is #C9D48B. Grayscale: #363636. Windows color (decimal): -13227148 or 7613238. OLE color: 7613238.

HSL color Cylindrical-coordinate representation of color #362B74: hue angle of 249.04º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #362B74 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5443116-
CMYK0.530.6300.55
HSL249.04º45.91%31.18%-
HSV(B)249.04º62.93%45.49%-
XYZ5.543.7716.96-
YUV54.61162.64127.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.35%
GREEN value IS 43 (17.19% from 255) = 20.19%
BLUE value IS 116 (45.70% from 255) = 54.46%
R=25.35%
G=20.19%
B=54.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54431160.530.6300.55249.0445.9131.18
Hex362B74353F037f92e1f
Octal665316465770673715637
Binary110110101011111010011010111111101101111111100110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,43,116); }

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

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

 a { background-color: rgb(54,43,116); }

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

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

 span { border-color: rgb(54,43,116); }

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