#36286F

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

Shades of Minsk #36286F

Tints of Minsk #36286F

Color information

#36286F (or 0x36286F) is unknown color: approx Minsk. HEX triplet: 36, 28 and 6F. RGB value is (54,40,111). Sum of RGB (Red+Green+Blue) = 54+40+111=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #36286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36286F is #C9D790. Grayscale: #343434. Windows color (decimal): -13227921 or 7284790. OLE color: 7284790.

HSL color Cylindrical-coordinate representation of color #36286F: hue angle of 251.83º 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 #36286F is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5440111-
CMYK0.510.6400.56
HSL251.83º47.02%29.61%-
HSV(B)251.83º63.96%43.53%-
XYZ5.153.4515.43-
YUV52.28161.14129.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 111 (43.75% from 255) = 54.15%
R=26.34%
G=19.51%
B=54.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54401110.510.6400.56251.8347.0229.61
Hex36286F3340038fc2f1e
Octal6650157631000703745736
Binary1101101010001101111110011100000001110001111110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36286F; }

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

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

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

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

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

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

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

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