Html Css Color HEX #444084 Dark Slate Blue

📋 copy color: '#444084'

red 68 ◦ green 64 ◦ blue 132

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

Shades of Dark Slate Blue #444084

Tints of Dark Slate Blue #444084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.24%

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

R = 25.76%
G = 24.24%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#444084 (or 0x444084) is known color: Dark Slate Blue. HEX triplet: 44, 40 and 84. RGB value is (68,64,132). Sum of RGB (Red+Green+Blue) = 68+64+132=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #444084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444084 is #BBBF7B. Grayscale: #484848. Windows color (decimal): -12304252 or 8667204. OLE color: 8667204.

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

Color convert

RGB 68 64 132 -
CMYK 0.48 0.52 0 0.48
HSL 243.53º 0.35% 0.38% -
HSV(B) 243.53º 0.52% 0.52% -
XYZ 8.38 6.56 22.65 -
YUV 72.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 68 64 132 0.48 0.52 0 0.48 243.53 0.35 0.38
Hex 44 40 84 30 34 0 30 F4 23 26
Octal 104 100 204 60 64 0 60 364 43 46
Binary 1000100 1000000 10000100 110000 110100 0 110000 11110100 100011 100110

Color Harmonies of #444084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444084

Black with #444084

Text Example


Text Example

White with #444084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444084; }

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

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

background-color css

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

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

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

border-color css

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

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

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