Html Css Color HEX #443384 Dark Slate Blue

📋 copy color: '#443384'

red 68 ◦ green 51 ◦ blue 132

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

Shades of Dark Slate Blue #443384

Tints of Dark Slate Blue #443384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 52.59%

R = 27.09%
G = 20.32%
B = 52.59%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#443384 (or 0x443384) is known color: Dark Slate Blue. HEX triplet: 44, 33 and 84. RGB value is (68,51,132). Sum of RGB (Red+Green+Blue) = 68+51+132=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #443384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443384 is #BBCC7B. Grayscale: #414141. Windows color (decimal): -12307580 or 8663876. OLE color: 8663876.

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

Color convert

RGB 68 51 132 -
CMYK 0.48 0.61 0 0.48
HSL 252.59º 0.44% 0.36% -
HSV(B) 252.59º 0.61% 0.52% -
XYZ 7.73 5.26 22.44 -
YUV 65.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 68 51 132 0.48 0.61 0 0.48 252.59 0.44 0.36
Hex 44 33 84 30 3D 0 30 FD 2C 24
Octal 104 63 204 60 75 0 60 375 54 44
Binary 1000100 110011 10000100 110000 111101 0 110000 11111101 101100 100100

Color Harmonies of #443384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443384

Black with #443384

Text Example


Text Example

White with #443384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443384; }

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

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

background-color css

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

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

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

border-color css

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

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

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