Html Css Color HEX #443F8D Dark Slate Blue

📋 copy color: '#443F8D'

red 68 ◦ green 63 ◦ blue 141

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

Shades of Dark Slate Blue #443F8D

Tints of Dark Slate Blue #443F8D

RGB

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

 GREEN value IS 63 (25% from 255) = 23.16%

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

R = 25%
G = 23.16%
B = 51.84%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#443F8D (or 0x443F8D) is known color: Dark Slate Blue. HEX triplet: 44, 3F and 8D. RGB value is (68,63,141). Sum of RGB (Red+Green+Blue) = 68+63+141=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #443F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443F8D is #BBC072. Grayscale: #494949. Windows color (decimal): -12304499 or 9256772. OLE color: 9256772.

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

Color convert

RGB 68 63 141 -
CMYK 0.52 0.55 0 0.45
HSL 243.85º 0.38% 0.4% -
HSV(B) 243.85º 0.55% 0.55% -
XYZ 8.97 6.71 26.02 -
YUV 73.39 166.16 124.16 -
System Red Green Blue C M Y K H S L
Decimal 68 63 141 0.52 0.55 0 0.45 243.85 0.38 0.4
Hex 44 3F 8D 34 37 0 2D F4 26 28
Octal 104 77 215 64 67 0 55 364 46 50
Binary 1000100 111111 10001101 110100 110111 0 101101 11110100 100110 101000

Color Harmonies of #443F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443F8D

Black with #443F8D

Text Example


Text Example

White with #443F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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