#44338A

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

Shades of Dark Slate Blue #44338A

Tints of Dark Slate Blue #44338A

Color information

#44338A (or 0x44338A) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 33 and 8A. RGB value is (68,51,138). Sum of RGB (Red+Green+Blue) = 68+51+138=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #44338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44338A is #BBCC75. Grayscale: #414141. Windows color (decimal): -12307574 or 9057092. OLE color: 9057092.

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

Color convert

RGB6851138-
CMYK0.510.6300.46
HSL251.72º46.03%37.06%-
HSV(B)251.72º63.04%54.12%-
XYZ8.165.4324.66-
YUV66168.63129.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.46%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=26.46%
G=19.84%
B=53.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68511380.510.6300.46251.7246.0337.06
Hex44338A333F02Efc2e25
Octal1046321263770563745645
Binary100010011001110001010110011111111010111011111100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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