#443e85

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

Shades of Dark Slate Blue #443E85

Tints of Dark Slate Blue #443E85

Color information

#443E85 (or 0x443E85) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 3E and 85. RGB value is (68,62,133). Sum of RGB (Red+Green+Blue) = 68+62+133=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #443E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443E85 is #BBC17A. Grayscale: #474747. Windows color (decimal): -12304763 or 8732228. OLE color: 8732228.

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

Color convert

RGB6862133-
CMYK0.490.5300.48
HSL245.07º36.41%38.24%-
HSV(B)245.07º53.38%52.16%-
XYZ8.346.3722.98-
YUV71.89162.49125.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 133 (52.34% from 255) = 50.57%
R=25.86%
G=23.57%
B=50.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68621330.490.5300.48245.0736.4138.24
Hex443E853135030f52426
Octal1047620561650603654446
Binary100010011111010000101110001110101011000011110101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443e85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443e85; }

 p { color: rgb(68,62,133); }

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

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

 a { background-color: rgb(68,62,133); }

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

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

 span { border-color: rgb(68,62,133); }

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