#443384

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

Shades of Dark Slate Blue #443384

Tints of Dark Slate Blue #443384

Color information

#443384 (or 0x443384) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 33 and 84. RGB value is (68,51,132). Sum of RGB (Red+Green+Blue) = 68+51+132=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #443384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443384 is #BBCC7B. Grayscale: #414141. Windows color (decimal): -12307580 or 8663876. OLE color: 8663876.

HSL color Cylindrical-coordinate representation of color #443384: hue angle of 252.59º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #443384 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6851132-
CMYK0.480.6100.48
HSL252.59º44.26%35.88%-
HSV(B)252.59º61.36%51.76%-
XYZ7.735.2622.44-
YUV65.32165.63129.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.09%
GREEN value IS 51 (20.31% from 255) = 20.32%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=27.09%
G=20.32%
B=52.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68511320.480.6100.48252.5944.2635.88
Hex443384303D030fd2c24
Octal1046320460750603755444
Binary100010011001110000100110000111101011000011111101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443384; }

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

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

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

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

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

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

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

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