Html Css Color HEX #44438A Dark Slate Blue

📋 copy color: '#44438A'

red 68 ◦ green 67 ◦ blue 138

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

Shades of Dark Slate Blue #44438A

Tints of Dark Slate Blue #44438A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.55%

R = 24.91%
G = 24.54%
B = 50.55%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#44438A (or 0x44438A) is known color: Dark Slate Blue. HEX triplet: 44, 43 and 8A. RGB value is (68,67,138). Sum of RGB (Red+Green+Blue) = 68+67+138=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #44438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44438A is #BBBC75. Grayscale: #4B4B4B. Windows color (decimal): -12303478 or 9061188. OLE color: 9061188.

HSL color Cylindrical-coordinate representation of color #44438A: hue angle of 240.85º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44438A is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 67 138 -
CMYK 0.51 0.51 0 0.46
HSL 240.85º 0.35% 0.4% -
HSV(B) 240.85º 0.51% 0.54% -
XYZ 8.98 7.08 24.94 -
YUV 75.39 163.33 122.73 -
System Red Green Blue C M Y K H S L
Decimal 68 67 138 0.51 0.51 0 0.46 240.85 0.35 0.4
Hex 44 43 8A 33 33 0 2E F1 23 28
Octal 104 103 212 63 63 0 56 361 43 50
Binary 1000100 1000011 10001010 110011 110011 0 101110 11110001 100011 101000

Color Harmonies of #44438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44438A

Black with #44438A

Text Example


Text Example

White with #44438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44438A; }

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

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

background-color css

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

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

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

border-color css

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

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

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