#403B62

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

Shades of Minsk #403B62

Tints of Minsk #403B62

Color information

#403B62 (or 0x403B62) is unknown color: approx Minsk. HEX triplet: 40, 3B and 62. RGB value is (64,59,98). Sum of RGB (Red+Green+Blue) = 64+59+98=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #403B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403B62 is #BFC49D. Grayscale: #404040. Windows color (decimal): -12567710 or 6437696. OLE color: 6437696.

HSL color Cylindrical-coordinate representation of color #403B62: hue angle of 247.69º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #403B62 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB645998-
CMYK0.350.4000.62
HSL247.69º24.84%30.78%-
HSV(B)247.69º39.8%38.43%-
XYZ5.885.112.23-
YUV64.94146.66127.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=28.96%
G=26.70%
B=44.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6459980.350.4000.62247.6924.8430.78
Hex403B62232803Ef8191f
Octal1007314243500763703137
Binary100000011101111000101000111010000111110111110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403B62; }

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

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

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

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

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

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

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

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