Html Css Color HEX #443690 Dark Slate Blue

📋 copy color: '#443690'

red 68 ◦ green 54 ◦ blue 144

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

Shades of Dark Slate Blue #443690

Tints of Dark Slate Blue #443690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.3%

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 25.56%
G = 20.3%
B = 54.14%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#443690 (or 0x443690) is known color: Dark Slate Blue. HEX triplet: 44, 36 and 90. RGB value is (68,54,144). Sum of RGB (Red+Green+Blue) = 68+54+144=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #443690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443690 is #BBC96F. Grayscale: #444444. Windows color (decimal): -12306800 or 9451076. OLE color: 9451076.

HSL color Cylindrical-coordinate representation of color #443690: hue angle of 249.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #443690 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 54 144 -
CMYK 0.53 0.63 0 0.44
HSL 249.33º 0.45% 0.39% -
HSV(B) 249.33º 0.63% 0.56% -
XYZ 8.74 5.88 27.06 -
YUV 68.45 170.64 127.68 -
System Red Green Blue C M Y K H S L
Decimal 68 54 144 0.53 0.63 0 0.44 249.33 0.45 0.39
Hex 44 36 90 35 3F 0 2C F9 2D 27
Octal 104 66 220 65 77 0 54 371 55 47
Binary 1000100 110110 10010000 110101 111111 0 101100 11111001 101101 100111

Color Harmonies of #443690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443690

Black with #443690

Text Example


Text Example

White with #443690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443690; }

 p { color: rgb(68,54,144); }

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

background-color css

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

 a { background-color: rgb(68,54,144); }

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

border-color css

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

 span { border-color: rgb(68,54,144); }

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