#403568

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

Shades of Minsk #403568

Tints of Minsk #403568

Color information

#403568 (or 0x403568) is unknown color: approx Minsk. HEX triplet: 40, 35 and 68. RGB value is (64,53,104). Sum of RGB (Red+Green+Blue) = 64+53+104=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #403568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403568 is #BFCA97. Grayscale: #3D3D3D. Windows color (decimal): -12569240 or 6829376. OLE color: 6829376.

HSL color Cylindrical-coordinate representation of color #403568: hue angle of 252.94º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #403568 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6453104-
CMYK0.380.4900.59
HSL252.94º32.48%30.78%-
HSV(B)252.94º49.04%40.78%-
XYZ5.894.6413.68-
YUV62.1151.64129.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=28.96%
G=23.98%
B=47.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64531040.380.4900.59252.9432.4830.78
Hex403568263103Bfd201f
Octal1006515046610733754037
Binary1000000110101110100010011011000101110111111110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403568; }

 p { color: rgb(64,53,104); }

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

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

 a { background-color: rgb(64,53,104); }

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

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

 span { border-color: rgb(64,53,104); }

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