Html Css Color HEX #44367F Dark Slate Blue

📋 copy color: '#44367F'

red 68 ◦ green 54 ◦ blue 127

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

Shades of Dark Slate Blue #44367F

Tints of Dark Slate Blue #44367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.69%

 BLUE value IS 127 (50% from 255) = 51%

R = 27.31%
G = 21.69%
B = 51%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#44367F (or 0x44367F) is known color: Dark Slate Blue. HEX triplet: 44, 36 and 7F. RGB value is (68,54,127). Sum of RGB (Red+Green+Blue) = 68+54+127=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #44367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44367F is #BBC980. Grayscale: #424242. Windows color (decimal): -12306817 or 8336964. OLE color: 8336964.

HSL color Cylindrical-coordinate representation of color #44367F: hue angle of 251.51º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44367F is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 54 127 -
CMYK 0.46 0.57 0 0.50
HSL 251.51º 0.4% 0.35% -
HSV(B) 251.51º 0.57% 0.5% -
XYZ 7.53 5.4 20.72 -
YUV 66.51 162.14 129.06 -
System Red Green Blue C M Y K H S L
Decimal 68 54 127 0.46 0.57 0 0.50 251.51 0.4 0.35
Hex 44 36 7F 2E 39 0 32 FC 28 23
Octal 104 66 177 56 71 0 62 374 50 43
Binary 1000100 110110 1111111 101110 111001 0 110010 11111100 101000 100011

Color Harmonies of #44367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44367F

Black with #44367F

Text Example


Text Example

White with #44367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44367F; }

 p { color: rgb(68,54,127); }

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

background-color css

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

 a { background-color: rgb(68,54,127); }

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

border-color css

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

 span { border-color: rgb(68,54,127); }

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