#443A8A

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

Shades of Dark Slate Blue #443A8A

Tints of Dark Slate Blue #443A8A

Color information

#443A8A (or 0x443A8A) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 3A and 8A. RGB value is (68,58,138). Sum of RGB (Red+Green+Blue) = 68+58+138=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #443A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443A8A is #BBC575. Grayscale: #454545. Windows color (decimal): -12305782 or 9058884. OLE color: 9058884.

HSL color Cylindrical-coordinate representation of color #443A8A: hue angle of 247.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #443A8A is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6858138-
CMYK0.510.5800.46
HSL247.5º40.82%38.43%-
HSV(B)247.5º57.97%54.12%-
XYZ8.486.0924.77-
YUV70.11166.31126.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 58 (23.05% from 255) = 21.97%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=25.76%
G=21.97%
B=52.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68581380.510.5800.46247.540.8238.43
Hex443A8A333A02Ef82926
Octal1047221263720563705146
Binary100010011101010001010110011111010010111011111000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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