#443785

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

Shades of Dark Slate Blue #443785

Tints of Dark Slate Blue #443785

Color information

#443785 (or 0x443785) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 37 and 85. RGB value is (68,55,133). Sum of RGB (Red+Green+Blue) = 68+55+133=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #443785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443785 is #BBC87A. Grayscale: #434343. Windows color (decimal): -12306555 or 8730436. OLE color: 8730436.

HSL color Cylindrical-coordinate representation of color #443785: hue angle of 250º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #443785 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6855133-
CMYK0.490.5900.48
HSL250º41.49%36.86%-
HSV(B)250º58.65%52.16%-
XYZ7.985.6522.86-
YUV67.78164.81128.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 133 (52.34% from 255) = 51.95%
R=26.56%
G=21.48%
B=51.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68551330.490.5900.4825041.4936.86
Hex443785313B030fa2925
Octal1046720561730603725145
Binary100010011011110000101110001111011011000011111010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443785; }

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

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

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

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

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

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

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

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