#443C95

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

Shades of Dark Slate Blue #443C95

Tints of Dark Slate Blue #443C95

Color information

#443C95 (or 0x443C95) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 3C and 95. RGB value is (68,60,149). Sum of RGB (Red+Green+Blue) = 68+60+149=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #443C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443C95 is #BBC36A. Grayscale: #484848. Windows color (decimal): -12305259 or 9780292. OLE color: 9780292.

HSL color Cylindrical-coordinate representation of color #443C95: hue angle of 245.39º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #443C95 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6860149-
CMYK0.540.6000.42
HSL245.39º42.58%40.98%-
HSV(B)245.39º59.73%58.43%-
XYZ9.426.6329.22-
YUV72.54171.15124.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 60 (23.83% from 255) = 21.66%
BLUE value IS 149 (58.59% from 255) = 53.79%
R=24.55%
G=21.66%
B=53.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68601490.540.6000.42245.3942.5840.98
Hex443C95363C02Af52b29
Octal1047422566740523655351
Binary100010011110010010101110110111100010101011110101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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