#443C8A

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

Shades of Dark Slate Blue #443C8A

Tints of Dark Slate Blue #443C8A

Color information

#443C8A (or 0x443C8A) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 3C and 8A. RGB value is (68,60,138). Sum of RGB (Red+Green+Blue) = 68+60+138=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #443C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443C8A is #BBC375. Grayscale: #464646. Windows color (decimal): -12305270 or 9059396. OLE color: 9059396.

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

Color convert

RGB6860138-
CMYK0.510.5700.46
HSL246.15º39.39%38.82%-
HSV(B)246.15º56.52%54.12%-
XYZ8.596.324.81-
YUV71.28165.65125.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.56%
GREEN value IS 60 (23.83% from 255) = 22.56%
BLUE value IS 138 (54.30% from 255) = 51.88%
R=25.56%
G=22.56%
B=51.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68601380.510.5700.46246.1539.3938.82
Hex443C8A333902Ef62727
Octal1047421263710563664747
Binary100010011110010001010110011111001010111011110110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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