#403C62

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

Shades of Minsk #403C62

Tints of Minsk #403C62

Color information

#403C62 (or 0x403C62) is unknown color: approx Minsk. HEX triplet: 40, 3C and 62. RGB value is (64,60,98). Sum of RGB (Red+Green+Blue) = 64+60+98=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #403C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C62 is #BFC39D. Grayscale: #414141. Windows color (decimal): -12567454 or 6437952. OLE color: 6437952.

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

Color convert

RGB646098-
CMYK0.350.3900.62
HSL246.32º24.05%30.98%-
HSV(B)246.32º38.78%38.43%-
XYZ5.935.212.25-
YUV65.53146.33126.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 60 (23.83% from 255) = 27.03%
BLUE value IS 98 (38.67% from 255) = 44.14%
R=28.83%
G=27.03%
B=44.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6460980.350.3900.62246.3224.0530.98
Hex403C62232703Ef6181f
Octal1007414243470763663037
Binary100000011110011000101000111001110111110111101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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