#444087

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

Shades of Dark Slate Blue #444087

Tints of Dark Slate Blue #444087

Color information

#444087 (or 0x444087) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 40 and 87. RGB value is (68,64,135). Sum of RGB (Red+Green+Blue) = 68+64+135=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #444087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444087 is #BBBF78. Grayscale: #494949. Windows color (decimal): -12304249 or 8863812. OLE color: 8863812.

HSL color Cylindrical-coordinate representation of color #444087: hue angle of 243.38º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #444087 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6864135-
CMYK0.500.5300.47
HSL243.38º35.68%39.02%-
HSV(B)243.38º52.59%52.94%-
XYZ8.596.6523.75-
YUV73.29162.83124.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.47%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 135 (53.12% from 255) = 50.56%
R=25.47%
G=23.97%
B=50.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68641350.500.5300.47243.3835.6839.02
Hex444087323502Ff32427
Octal10410020762650573634447
Binary1000100100000010000111110010110101010111111110011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444087; }

 p { color: rgb(68,64,135); }

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

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

 a { background-color: rgb(68,64,135); }

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

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

 span { border-color: rgb(68,64,135); }

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