#443A86

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

Shades of Dark Slate Blue #443A86

Tints of Dark Slate Blue #443A86

Color information

#443A86 (or 0x443A86) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 3A and 86. RGB value is (68,58,134). Sum of RGB (Red+Green+Blue) = 68+58+134=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #443A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443A86 is #BBC579. Grayscale: #454545. Windows color (decimal): -12305786 or 8796740. OLE color: 8796740.

HSL color Cylindrical-coordinate representation of color #443A86: hue angle of 247.89º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #443A86 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6858134-
CMYK0.490.5700.47
HSL247.89º39.58%37.65%-
HSV(B)247.89º56.72%52.55%-
XYZ8.25.9823.28-
YUV69.65164.31126.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.15%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 134 (52.73% from 255) = 51.54%
R=26.15%
G=22.31%
B=51.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68581340.490.5700.47247.8939.5837.65
Hex443A86313902Ff82826
Octal1047220661710573705046
Binary100010011101010000110110001111001010111111111000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443A86; }

 p { color: rgb(68,58,134); }

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

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

 a { background-color: rgb(68,58,134); }

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

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

 span { border-color: rgb(68,58,134); }

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