Html Css Color HEX #443D8E Dark Slate Blue

📋 copy color: '#443D8E'

red 68 ◦ green 61 ◦ blue 142

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

Shades of Dark Slate Blue #443D8E

Tints of Dark Slate Blue #443D8E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.51%

 BLUE value IS 142 (55.86% from 255) = 52.4%

R = 25.09%
G = 22.51%
B = 52.4%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#443D8E (or 0x443D8E) is known color: Dark Slate Blue. HEX triplet: 44, 3D and 8E. RGB value is (68,61,142). Sum of RGB (Red+Green+Blue) = 68+61+142=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #443D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443D8E is #BBC271. Grayscale: #484848. Windows color (decimal): -12305010 or 9321796. OLE color: 9321796.

HSL color Cylindrical-coordinate representation of color #443D8E: hue angle of 245.19º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #443D8E is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 61 142 -
CMYK 0.52 0.57 0 0.44
HSL 245.19º 0.4% 0.4% -
HSV(B) 245.19º 0.57% 0.56% -
XYZ 8.94 6.52 26.38 -
YUV 72.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 68 61 142 0.52 0.57 0 0.44 245.19 0.4 0.4
Hex 44 3D 8E 34 39 0 2C F5 28 28
Octal 104 75 216 64 71 0 54 365 50 50
Binary 1000100 111101 10001110 110100 111001 0 101100 11110101 101000 101000

Color Harmonies of #443D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443D8E

Black with #443D8E

Text Example


Text Example

White with #443D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,61,142); }

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

background-color css

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

 a { background-color: rgb(68,61,142); }

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

border-color css

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

 span { border-color: rgb(68,61,142); }

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