Html Css Color HEX #44387E Dark Slate Blue

📋 copy color: '#44387E'

red 68 ◦ green 56 ◦ blue 126

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

Shades of Dark Slate Blue #44387E

Tints of Dark Slate Blue #44387E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.4%

 BLUE value IS 126 (49.61% from 255) = 50.4%

R = 27.2%
G = 22.4%
B = 50.4%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44387E (or 0x44387E) is known color: Dark Slate Blue. HEX triplet: 44, 38 and 7E. RGB value is (68,56,126). Sum of RGB (Red+Green+Blue) = 68+56+126=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #44387E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44387E is #BBC781. Grayscale: #434343. Windows color (decimal): -12306306 or 8271940. OLE color: 8271940.

HSL color Cylindrical-coordinate representation of color #44387E: hue angle of 250.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44387E is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 56 126 -
CMYK 0.46 0.56 0 0.51
HSL 250.29º 0.38% 0.36% -
HSV(B) 250.29º 0.56% 0.49% -
XYZ 7.56 5.56 20.41 -
YUV 67.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 68 56 126 0.46 0.56 0 0.51 250.29 0.38 0.36
Hex 44 38 7E 2E 38 0 33 FA 26 24
Octal 104 70 176 56 70 0 63 372 46 44
Binary 1000100 111000 1111110 101110 111000 0 110011 11111010 100110 100100

Color Harmonies of #44387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44387E

Black with #44387E

Text Example


Text Example

White with #44387E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44387E; }

 p { color: rgb(68,56,126); }

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

background-color css

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

 a { background-color: rgb(68,56,126); }

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

border-color css

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

 span { border-color: rgb(68,56,126); }

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