Html Css Color HEX #443284 Dark Slate Blue

📋 copy color: '#443284'

red 68 ◦ green 50 ◦ blue 132

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

Shades of Dark Slate Blue #443284

Tints of Dark Slate Blue #443284

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

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

R = 27.2%
G = 20%
B = 52.8%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#443284 (or 0x443284) is known color: Dark Slate Blue. HEX triplet: 44, 32 and 84. RGB value is (68,50,132). Sum of RGB (Red+Green+Blue) = 68+50+132=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #443284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443284 is #BBCD7B. Grayscale: #404040. Windows color (decimal): -12307836 or 8663620. OLE color: 8663620.

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

Color convert

RGB 68 50 132 -
CMYK 0.48 0.62 0 0.48
HSL 253.17º 0.45% 0.36% -
HSV(B) 253.17º 0.62% 0.52% -
XYZ 7.69 5.18 22.42 -
YUV 64.73 165.96 130.33 -
System Red Green Blue C M Y K H S L
Decimal 68 50 132 0.48 0.62 0 0.48 253.17 0.45 0.36
Hex 44 32 84 30 3E 0 30 FD 2D 24
Octal 104 62 204 60 76 0 60 375 55 44
Binary 1000100 110010 10000100 110000 111110 0 110000 11111101 101101 100100

Color Harmonies of #443284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443284

Black with #443284

Text Example


Text Example

White with #443284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443284; }

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

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

background-color css

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

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

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

border-color css

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

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

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