Html Css Color HEX #443E8D Dark Slate Blue

📋 copy color: '#443E8D'

red 68 ◦ green 62 ◦ blue 141

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

Shades of Dark Slate Blue #443E8D

Tints of Dark Slate Blue #443E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.88%

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 25.09%
G = 22.88%
B = 52.03%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#443E8D (or 0x443E8D) is known color: Dark Slate Blue. HEX triplet: 44, 3E and 8D. RGB value is (68,62,141). Sum of RGB (Red+Green+Blue) = 68+62+141=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #443E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443E8D is #BBC172. Grayscale: #484848. Windows color (decimal): -12304755 or 9256516. OLE color: 9256516.

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

Color convert

RGB 68 62 141 -
CMYK 0.52 0.56 0 0.45
HSL 244.56º 0.39% 0.4% -
HSV(B) 244.56º 0.56% 0.55% -
XYZ 8.91 6.6 26 -
YUV 72.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 68 62 141 0.52 0.56 0 0.45 244.56 0.39 0.4
Hex 44 3E 8D 34 38 0 2D F5 27 28
Octal 104 76 215 64 70 0 55 365 47 50
Binary 1000100 111110 10001101 110100 111000 0 101101 11110101 100111 101000

Color Harmonies of #443E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443E8D

Black with #443E8D

Text Example


Text Example

White with #443E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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