#362E69

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

Shades of Minsk #362E69

Tints of Minsk #362E69

Color information

#362E69 (or 0x362E69) is unknown color: approx Minsk. HEX triplet: 36, 2E and 69. RGB value is (54,46,105). Sum of RGB (Red+Green+Blue) = 54+46+105=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 46 (18.36% from 255 or 22.44% 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 #362E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362E69 is #C9D196. Grayscale: #363636. Windows color (decimal): -13226391 or 6893110. OLE color: 6893110.

HSL color Cylindrical-coordinate representation of color #362E69: hue angle of 248.14º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #362E69 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5446105-
CMYK0.490.5600.59
HSL248.14º39.07%29.61%-
HSV(B)248.14º56.19%41.18%-
XYZ5.053.7613.82-
YUV55.12156.15127.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=26.34%
G=22.44%
B=51.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54461050.490.5600.59248.1439.0729.61
Hex362E69313803Bf8271e
Octal665615161700733704736
Binary110110101110110100111000111100001110111111100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,46,105); }

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

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

 a { background-color: rgb(54,46,105); }

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

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

 span { border-color: rgb(54,46,105); }

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