#403662

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

Shades of Minsk #403662

Tints of Minsk #403662

Color information

#403662 (or 0x403662) is unknown color: approx Minsk. HEX triplet: 40, 36 and 62. RGB value is (64,54,98). Sum of RGB (Red+Green+Blue) = 64+54+98=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 98 - color contains mainly: blue. Hex color #403662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403662 is #BFC99D. Grayscale: #3D3D3D. Windows color (decimal): -12568990 or 6436416. OLE color: 6436416.

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

Color convert

RGB645498-
CMYK0.350.4500.62
HSL253.64º28.95%29.8%-
HSV(B)253.64º44.9%38.43%-
XYZ5.644.6112.15-
YUV62.01148.31129.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 98 (38.67% from 255) = 45.37%
R=29.63%
G=25%
B=45.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6454980.350.4500.62253.6428.9529.8
Hex403662232D03Efe1d1e
Octal1006614243550763763536
Binary100000011011011000101000111011010111110111111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403662; }

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

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

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

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

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

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

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

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