#44358E

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

Shades of Dark Slate Blue #44358E

Tints of Dark Slate Blue #44358E

Color information

#44358E (or 0x44358E) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 35 and 8E. RGB value is (68,53,142). Sum of RGB (Red+Green+Blue) = 68+53+142=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #44358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44358E is #BBCA71. Grayscale: #434343. Windows color (decimal): -12307058 or 9319748. OLE color: 9319748.

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

Color convert

RGB6853142-
CMYK0.520.6300.44
HSL250.11º45.64%38.24%-
HSV(B)250.11º62.68%55.69%-
XYZ8.545.7326.25-
YUV67.63169.97128.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 53 (21.09% from 255) = 20.15%
BLUE value IS 142 (55.86% from 255) = 53.99%
R=25.86%
G=20.15%
B=53.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68531420.520.6300.44250.1145.6438.24
Hex44358E343F02Cfa2e26
Octal1046521664770543725646
Binary100010011010110001110110100111111010110011111010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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