#44438E

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

Shades of Dark Slate Blue #44438E

Tints of Dark Slate Blue #44438E

Color information

#44438E (or 0x44438E) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 43 and 8E. RGB value is (68,67,142). Sum of RGB (Red+Green+Blue) = 68+67+142=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #44438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44438E is #BBBC71. Grayscale: #4B4B4B. Windows color (decimal): -12303474 or 9323332. OLE color: 9323332.

HSL color Cylindrical-coordinate representation of color #44438E: hue angle of 240.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44438E is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6867142-
CMYK0.520.5300.44
HSL240.8º35.89%40.98%-
HSV(B)240.8º52.82%55.69%-
XYZ9.277.226.49-
YUV75.85165.33122.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=24.55%
G=24.19%
B=51.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68671420.520.5300.44240.835.8940.98
Hex44438E343502Cf12429
Octal10410321664650543614451
Binary1000100100001110001110110100110101010110011110001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44438E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44438E; }

 p { color: rgb(68,67,142); }

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

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

 a { background-color: rgb(68,67,142); }

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

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

 span { border-color: rgb(68,67,142); }

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