#403862

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

Shades of Minsk #403862

Tints of Minsk #403862

Color information

#403862 (or 0x403862) is unknown color: approx Minsk. HEX triplet: 40, 38 and 62. RGB value is (64,56,98). Sum of RGB (Red+Green+Blue) = 64+56+98=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #403862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403862 is #BFC79D. Grayscale: #3F3F3F. Windows color (decimal): -12568478 or 6436928. OLE color: 6436928.

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

Color convert

RGB645698-
CMYK0.350.4300.62
HSL251.43º27.27%30.2%-
HSV(B)251.43º42.86%38.43%-
XYZ5.734.812.18-
YUV63.18147.65128.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=29.36%
G=25.69%
B=44.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6456980.350.4300.62251.4327.2730.2
Hex403862232B03Efb1b1e
Octal1007014243530763733336
Binary100000011100011000101000111010110111110111110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403862; }

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

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

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

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

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

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

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

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