#44348D

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

Shades of Dark Slate Blue #44348D

Tints of Dark Slate Blue #44348D

Color information

#44348D (or 0x44348D) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 34 and 8D. RGB value is (68,52,141). Sum of RGB (Red+Green+Blue) = 68+52+141=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #44348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44348D is #BBCB72. Grayscale: #424242. Windows color (decimal): -12307315 or 9253956. OLE color: 9253956.

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

Color convert

RGB6852141-
CMYK0.520.6300.45
HSL250.79º46.11%37.84%-
HSV(B)250.79º63.12%55.29%-
XYZ8.425.6125.84-
YUV66.93169.8128.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.05%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 141 (55.47% from 255) = 54.02%
R=26.05%
G=19.92%
B=54.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68521410.520.6300.45250.7946.1137.84
Hex44348D343F02Dfb2e26
Octal1046421564770553735646
Binary100010011010010001101110100111111010110111111011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44348D; }

 p { color: rgb(68,52,141); }

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

<style>
 a { background-color: #44348D; }

 a { background-color: rgb(68,52,141); }

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

<style>
 span { border-color: #44348D; }

 span { border-color: rgb(68,52,141); }

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