#443485

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

Shades of Dark Slate Blue #443485

Tints of Dark Slate Blue #443485

Color information

#443485 (or 0x443485) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 34 and 85. RGB value is (68,52,133). Sum of RGB (Red+Green+Blue) = 68+52+133=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #443485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443485 is #BBCB7A. Grayscale: #414141. Windows color (decimal): -12307323 or 8729668. OLE color: 8729668.

HSL color Cylindrical-coordinate representation of color #443485: hue angle of 251.85º 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 #443485 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6852133-
CMYK0.490.6100.48
HSL251.85º43.78%36.27%-
HSV(B)251.85º60.9%52.16%-
XYZ7.855.3822.81-
YUV66.02165.8129.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.88%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 133 (52.34% from 255) = 52.57%
R=26.88%
G=20.55%
B=52.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68521330.490.6100.48251.8543.7836.27
Hex443485313D030fc2c24
Octal1046420561750603745444
Binary100010011010010000101110001111101011000011111100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443485; }

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

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

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

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

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

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

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

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