#44398C

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

Shades of Dark Slate Blue #44398C

Tints of Dark Slate Blue #44398C

Color information

#44398C (or 0x44398C) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 39 and 8C. RGB value is (68,57,140). Sum of RGB (Red+Green+Blue) = 68+57+140=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #44398C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44398C is #BBC673. Grayscale: #454545. Windows color (decimal): -12306036 or 9189700. OLE color: 9189700.

HSL color Cylindrical-coordinate representation of color #44398C: hue angle of 247.95º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44398C is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6857140-
CMYK0.510.5900.45
HSL247.95º42.13%38.63%-
HSV(B)247.95º59.29%54.9%-
XYZ8.586.0525.53-
YUV69.75167.64126.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.66%
GREEN value IS 57 (22.66% from 255) = 21.51%
BLUE value IS 140 (55.08% from 255) = 52.83%
R=25.66%
G=21.51%
B=52.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68571400.510.5900.45247.9542.1338.63
Hex44398C333B02Df82a27
Octal1047121463730553705247
Binary100010011100110001100110011111011010110111111000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44398C; }

 p { color: rgb(68,57,140); }

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

<style>
 a { background-color: #44398C; }

 a { background-color: rgb(68,57,140); }

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

<style>
 span { border-color: #44398C; }

 span { border-color: rgb(68,57,140); }

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