#404395

Color #404395 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #404395

Tints of Dark Slate Blue #404395

Color information

#404395 (or 0x404395) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 43 and 95. RGB value is (64,67,149). Sum of RGB (Red+Green+Blue) = 64+67+149=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #404395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404395 is #BFBC6A. Grayscale: #4B4B4B. Windows color (decimal): -12565611 or 9782080. OLE color: 9782080.

HSL color Cylindrical-coordinate representation of color #404395: hue angle of 237.88º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #404395 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6467149-
CMYK0.570.5500.42
HSL237.88º39.91%41.76%-
HSV(B)237.88º57.05%58.43%-
XYZ9.557.2729.33-
YUV75.45169.51119.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.86%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 149 (58.59% from 255) = 53.21%
R=22.86%
G=23.93%
B=53.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64671490.570.5500.42237.8839.9141.76
Hex404395393702Aee282a
Octal10010322571670523565052
Binary1000000100001110010101111001110111010101011101110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404395; }

 p { color: rgb(64,67,149); }

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

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

 a { background-color: rgb(64,67,149); }

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

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

 span { border-color: rgb(64,67,149); }

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