#403368

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

Shades of Minsk #403368

Tints of Minsk #403368

Color information

#403368 (or 0x403368) is unknown color: approx Minsk. HEX triplet: 40, 33 and 68. RGB value is (64,51,104). Sum of RGB (Red+Green+Blue) = 64+51+104=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #403368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403368 is #BFCC97. Grayscale: #3C3C3C. Windows color (decimal): -12569752 or 6828864. OLE color: 6828864.

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

Color convert

RGB6451104-
CMYK0.380.5100.59
HSL254.72º34.19%30.39%-
HSV(B)254.72º50.96%40.78%-
XYZ5.84.4613.65-
YUV60.93152.31130.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 104 (41.02% from 255) = 47.49%
R=29.22%
G=23.29%
B=47.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64511040.380.5100.59254.7234.1930.39
Hex403368263303Bff221e
Octal1006315046630733774236
Binary1000000110011110100010011011001101110111111111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403368; }

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

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

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

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

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

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

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

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