#403667

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

Shades of Minsk #403667

Tints of Minsk #403667

Color information

#403667 (or 0x403667) is unknown color: approx Minsk. HEX triplet: 40, 36 and 67. RGB value is (64,54,103). Sum of RGB (Red+Green+Blue) = 64+54+103=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 103 (40.62% from 255 or 46.61% from 221); Max value from RGB is 103 - color contains mainly: blue. Hex color #403667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403667 is #BFC998. Grayscale: #3E3E3E. Windows color (decimal): -12568985 or 6764096. OLE color: 6764096.

HSL color Cylindrical-coordinate representation of color #403667: hue angle of 252.24º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #403667 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6454103-
CMYK0.380.4800.60
HSL252.24º31.21%30.78%-
HSV(B)252.24º47.57%40.39%-
XYZ5.884.7113.43-
YUV62.58150.81129.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 103 (40.62% from 255) = 46.61%
R=28.96%
G=24.43%
B=46.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64541030.380.4800.60252.2431.2130.78
Hex403667263003Cfc1f1f
Octal1006614746600743743737
Binary100000011011011001111001101100000111100111111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403667; }

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

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

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

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

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

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

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

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