Html Css Color HEX #444089 Dark Slate Blue

📋 copy color: '#444089'

red 68 ◦ green 64 ◦ blue 137

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

Shades of Dark Slate Blue #444089

Tints of Dark Slate Blue #444089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.93%

R = 25.28%
G = 23.79%
B = 50.93%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#444089 (or 0x444089) is known color: Dark Slate Blue. HEX triplet: 44, 40 and 89. RGB value is (68,64,137). Sum of RGB (Red+Green+Blue) = 68+64+137=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #444089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444089 is #BBBF76. Grayscale: #494949. Windows color (decimal): -12304247 or 8994884. OLE color: 8994884.

HSL color Cylindrical-coordinate representation of color #444089: hue angle of 243.29º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #444089 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 64 137 -
CMYK 0.50 0.53 0 0.46
HSL 243.29º 0.36% 0.39% -
HSV(B) 243.29º 0.53% 0.54% -
XYZ 8.73 6.7 24.5 -
YUV 73.52 163.83 124.06 -
System Red Green Blue C M Y K H S L
Decimal 68 64 137 0.50 0.53 0 0.46 243.29 0.36 0.39
Hex 44 40 89 32 35 0 2E F3 24 27
Octal 104 100 211 62 65 0 56 363 44 47
Binary 1000100 1000000 10001001 110010 110101 0 101110 11110011 100100 100111

Color Harmonies of #444089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444089

Black with #444089

Text Example


Text Example

White with #444089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444089; }

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

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

background-color css

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

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

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

border-color css

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

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

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