Html Css Color HEX #443385 Dark Slate Blue

📋 copy color: '#443385'

red 68 ◦ green 51 ◦ blue 133

#443385
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #443385

Tints of Dark Slate Blue #443385

RGB

 RED value IS 68 (26.95% from 255) = 26.98%

 GREEN value IS 51 (20.31% from 255) = 20.24%

 BLUE value IS 133 (52.34% from 255) = 52.78%

R = 26.98%
G = 20.24%
B = 52.78%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#443385 (or 0x443385) is known color: Dark Slate Blue. HEX triplet: 44, 33 and 85. RGB value is (68,51,133). Sum of RGB (Red+Green+Blue) = 68+51+133=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #443385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443385 is #BBCC7A. Grayscale: #414141. Windows color (decimal): -12307579 or 8729412. OLE color: 8729412.

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

Color convert

RGB 68 51 133 -
CMYK 0.49 0.62 0 0.48
HSL 252.44º 0.45% 0.36% -
HSV(B) 252.44º 0.62% 0.52% -
XYZ 7.8 5.29 22.8 -
YUV 65.43 166.13 129.83 -
System Red Green Blue C M Y K H S L
Decimal 68 51 133 0.49 0.62 0 0.48 252.44 0.45 0.36
Hex 44 33 85 31 3E 0 30 FC 2D 24
Octal 104 63 205 61 76 0 60 374 55 44
Binary 1000100 110011 10000101 110001 111110 0 110000 11111100 101101 100100

Color Harmonies of #443385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443385

Black with #443385

Text Example


Text Example

White with #443385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443385; }

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

 H1.HeaderClassName
 {
   color: #443385;
 }
 .AnyTagClassName
 {
   color: #443385;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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