Html Css Color HEX #443186 Dark Slate Blue

📋 copy color: '#443186'

red 68 ◦ green 49 ◦ blue 134

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

Shades of Dark Slate Blue #443186

Tints of Dark Slate Blue #443186

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.52%

 BLUE value IS 134 (52.73% from 255) = 53.39%

R = 27.09%
G = 19.52%
B = 53.39%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#443186 (or 0x443186) is known color: Dark Slate Blue. HEX triplet: 44, 31 and 86. RGB value is (68,49,134). Sum of RGB (Red+Green+Blue) = 68+49+134=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #443186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443186 is #BBCE79. Grayscale: #404040. Windows color (decimal): -12308090 or 8794436. OLE color: 8794436.

HSL color Cylindrical-coordinate representation of color #443186: hue angle of 253.41º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #443186 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 49 134 -
CMYK 0.49 0.63 0 0.47
HSL 253.41º 0.46% 0.36% -
HSV(B) 253.41º 0.63% 0.53% -
XYZ 7.79 5.15 23.14 -
YUV 64.37 167.29 130.59 -
System Red Green Blue C M Y K H S L
Decimal 68 49 134 0.49 0.63 0 0.47 253.41 0.46 0.36
Hex 44 31 86 31 3F 0 2F FD 2E 24
Octal 104 61 206 61 77 0 57 375 56 44
Binary 1000100 110001 10000110 110001 111111 0 101111 11111101 101110 100100

Color Harmonies of #443186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443186

Black with #443186

Text Example


Text Example

White with #443186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443186; }

 p { color: rgb(68,49,134); }

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

background-color css

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

 a { background-color: rgb(68,49,134); }

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

border-color css

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

 span { border-color: rgb(68,49,134); }

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