#362870

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

Shades of Minsk #362870

Tints of Minsk #362870

Color information

#362870 (or 0x362870) is unknown color: approx Minsk. HEX triplet: 36, 28 and 70. RGB value is (54,40,112). Sum of RGB (Red+Green+Blue) = 54+40+112=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #362870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362870 is #C9D78F. Grayscale: #343434. Windows color (decimal): -13227920 or 7350326. OLE color: 7350326.

HSL color Cylindrical-coordinate representation of color #362870: hue angle of 251.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #362870 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5440112-
CMYK0.520.6400.56
HSL251.67º47.37%29.8%-
HSV(B)251.67º64.29%43.92%-
XYZ5.23.4715.73-
YUV52.39161.64129.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 40 (16.02% from 255) = 19.42%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=26.21%
G=19.42%
B=54.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54401120.520.6400.56251.6747.3729.8
Hex3628703440038fc2f1e
Octal6650160641000703745736
Binary1101101010001110000110100100000001110001111110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362870; }

 p { color: rgb(54,40,112); }

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

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

 a { background-color: rgb(54,40,112); }

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

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

 span { border-color: rgb(54,40,112); }

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