#403562

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

Shades of Minsk #403562

Tints of Minsk #403562

Color information

#403562 (or 0x403562) is unknown color: approx Minsk. HEX triplet: 40, 35 and 62. RGB value is (64,53,98). Sum of RGB (Red+Green+Blue) = 64+53+98=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #403562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403562 is #BFCA9D. Grayscale: #3D3D3D. Windows color (decimal): -12569246 or 6436160. OLE color: 6436160.

HSL color Cylindrical-coordinate representation of color #403562: hue angle of 254.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #403562 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB645398-
CMYK0.350.4600.62
HSL254.67º29.8%29.61%-
HSV(B)254.67º45.92%38.43%-
XYZ5.594.5212.13-
YUV61.42148.64129.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.77%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 98 (38.67% from 255) = 45.58%
R=29.77%
G=24.65%
B=45.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6453980.350.4600.62254.6729.829.61
Hex403562232E03Eff1e1e
Octal1006514243560763773636
Binary100000011010111000101000111011100111110111111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403562; }

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

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

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

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

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

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

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

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