#403263

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

Shades of Minsk #403263

Tints of Minsk #403263

Color information

#403263 (or 0x403263) is unknown color: approx Minsk. HEX triplet: 40, 32 and 63. RGB value is (64,50,99). Sum of RGB (Red+Green+Blue) = 64+50+99=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #403263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403263 is #BFCD9C. Grayscale: #3B3B3B. Windows color (decimal): -12570013 or 6500928. OLE color: 6500928.

HSL color Cylindrical-coordinate representation of color #403263: hue angle of 257.14º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #403263 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB645099-
CMYK0.350.4900.61
HSL257.14º32.89%29.22%-
HSV(B)257.14º49.49%38.82%-
XYZ5.514.2712.34-
YUV59.77150.14131.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=30.05%
G=23.47%
B=46.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6450990.350.4900.61257.1432.8929.22
Hex403263233103D101211d
Octal1006214343610754014135
Binary10000001100101100011100011110001011110110000000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403263; }

 p { color: rgb(64,50,99); }

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

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

 a { background-color: rgb(64,50,99); }

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

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

 span { border-color: rgb(64,50,99); }

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