#403968

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

Shades of Minsk #403968

Tints of Minsk #403968

Color information

#403968 (or 0x403968) is unknown color: approx Minsk. HEX triplet: 40, 39 and 68. RGB value is (64,57,104). Sum of RGB (Red+Green+Blue) = 64+57+104=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #403968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403968 is #BFC697. Grayscale: #404040. Windows color (decimal): -12568216 or 6830400. OLE color: 6830400.

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

Color convert

RGB6457104-
CMYK0.380.4500.59
HSL248.94º29.19%31.57%-
HSV(B)248.94º45.19%40.78%-
XYZ6.085.0213.74-
YUV64.45150.32127.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=28.44%
G=25.33%
B=46.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64571040.380.4500.59248.9429.1931.57
Hex403968262D03Bf91d20
Octal1007115046550733713540
Binary1000000111001110100010011010110101110111111100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403968; }

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

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

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

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

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

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

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

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