Html Css Color HEX #44397E Dark Slate Blue

📋 copy color: '#44397E'

red 68 ◦ green 57 ◦ blue 126

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

Shades of Dark Slate Blue #44397E

Tints of Dark Slate Blue #44397E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.71%

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

R = 27.09%
G = 22.71%
B = 50.2%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44397E (or 0x44397E) is known color: Dark Slate Blue. HEX triplet: 44, 39 and 7E. RGB value is (68,57,126). Sum of RGB (Red+Green+Blue) = 68+57+126=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 126 (49.61% from 255 or 50.20% from 251); Max value from RGB is 126 - color contains mainly: blue. Hex color #44397E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44397E is #BBC681. Grayscale: #434343. Windows color (decimal): -12306050 or 8272196. OLE color: 8272196.

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

Color convert

RGB 68 57 126 -
CMYK 0.46 0.55 0 0.51
HSL 249.57º 0.38% 0.36% -
HSV(B) 249.57º 0.55% 0.49% -
XYZ 7.61 5.66 20.43 -
YUV 68.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 68 57 126 0.46 0.55 0 0.51 249.57 0.38 0.36
Hex 44 39 7E 2E 37 0 33 FA 26 24
Octal 104 71 176 56 67 0 63 372 46 44
Binary 1000100 111001 1111110 101110 110111 0 110011 11111010 100110 100100

Color Harmonies of #44397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44397E

Black with #44397E

Text Example


Text Example

White with #44397E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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