#362C6C

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

Shades of Minsk #362C6C

Tints of Minsk #362C6C

Color information

#362C6C (or 0x362C6C) is unknown color: approx Minsk. HEX triplet: 36, 2C and 6C. RGB value is (54,44,108). Sum of RGB (Red+Green+Blue) = 54+44+108=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #362C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C6C is #C9D393. Grayscale: #363636. Windows color (decimal): -13226900 or 7089206. OLE color: 7089206.

HSL color Cylindrical-coordinate representation of color #362C6C: hue angle of 249.38º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #362C6C is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5444108-
CMYK0.500.5900.58
HSL249.38º42.11%29.8%-
HSV(B)249.38º59.26%42.35%-
XYZ5.133.6714.63-
YUV54.29158.31127.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 108 (42.58% from 255) = 52.43%
R=26.21%
G=21.36%
B=52.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54441080.500.5900.58249.3842.1129.8
Hex362C6C323B03Af92a1e
Octal665415462730723715236
Binary110110101100110110011001011101101110101111100110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,44,108); }

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

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

 a { background-color: rgb(54,44,108); }

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

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

 span { border-color: rgb(54,44,108); }

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