#403567

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

Shades of Minsk #403567

Tints of Minsk #403567

Color information

#403567 (or 0x403567) is unknown color: approx Minsk. HEX triplet: 40, 35 and 67. RGB value is (64,53,103). Sum of RGB (Red+Green+Blue) = 64+53+103=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #403567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403567 is #BFCA98. Grayscale: #3D3D3D. Windows color (decimal): -12569241 or 6763840. OLE color: 6763840.

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

Color convert

RGB6453103-
CMYK0.380.4900.60
HSL253.2º32.05%30.59%-
HSV(B)253.2º48.54%40.39%-
XYZ5.844.6213.42-
YUV61.99151.14129.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 103 (40.62% from 255) = 46.82%
R=29.09%
G=24.09%
B=46.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64531030.380.4900.60253.232.0530.59
Hex403567263103Cfd201f
Octal1006514746610743754037
Binary1000000110101110011110011011000101111001111110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403567; }

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

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

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

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

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

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

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

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