Html Css Color HEX #444390 Dark Slate Blue

📋 copy color: '#444390'

red 68 ◦ green 67 ◦ blue 144

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

Shades of Dark Slate Blue #444390

Tints of Dark Slate Blue #444390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.01%

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

R = 24.37%
G = 24.01%
B = 51.61%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#444390 (or 0x444390) is known color: Dark Slate Blue. HEX triplet: 44, 43 and 90. RGB value is (68,67,144). Sum of RGB (Red+Green+Blue) = 68+67+144=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #444390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444390 is #BBBC6F. Grayscale: #4B4B4B. Windows color (decimal): -12303472 or 9454404. OLE color: 9454404.

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

Color convert

RGB 68 67 144 -
CMYK 0.53 0.53 0 0.44
HSL 240.78º 0.36% 0.41% -
HSV(B) 240.78º 0.53% 0.56% -
XYZ 9.43 7.26 27.29 -
YUV 76.08 166.33 122.24 -
System Red Green Blue C M Y K H S L
Decimal 68 67 144 0.53 0.53 0 0.44 240.78 0.36 0.41
Hex 44 43 90 35 35 0 2C F1 24 29
Octal 104 103 220 65 65 0 54 361 44 51
Binary 1000100 1000011 10010000 110101 110101 0 101100 11110001 100100 101001

Color Harmonies of #444390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444390

Black with #444390

Text Example


Text Example

White with #444390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444390; }

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

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

background-color css

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

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

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

border-color css

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

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

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