#44438A

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

Shades of Dark Slate Blue #44438A

Tints of Dark Slate Blue #44438A

Color information

#44438A (or 0x44438A) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 43 and 8A. RGB value is (68,67,138). Sum of RGB (Red+Green+Blue) = 68+67+138=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #44438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44438A is #BBBC75. Grayscale: #4B4B4B. Windows color (decimal): -12303478 or 9061188. OLE color: 9061188.

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

Color convert

RGB6867138-
CMYK0.510.5100.46
HSL240.85º34.63%40.2%-
HSV(B)240.85º51.45%54.12%-
XYZ8.987.0824.94-
YUV75.39163.33122.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 67 (26.56% from 255) = 24.54%
BLUE value IS 138 (54.30% from 255) = 50.55%
R=24.91%
G=24.54%
B=50.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68671380.510.5100.46240.8534.6340.2
Hex44438A333302Ef12328
Octal10410321263630563614350
Binary1000100100001110001010110011110011010111011110001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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