Html Css Color HEX #44348B Dark Slate Blue

📋 copy color: '#44348B'

red 68 ◦ green 52 ◦ blue 139

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

Shades of Dark Slate Blue #44348B

Tints of Dark Slate Blue #44348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

 BLUE value IS 139 (54.69% from 255) = 53.67%

R = 26.25%
G = 20.08%
B = 53.67%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44348B (or 0x44348B) is known color: Dark Slate Blue. HEX triplet: 44, 34 and 8B. RGB value is (68,52,139). Sum of RGB (Red+Green+Blue) = 68+52+139=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #44348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44348B is #BBCB74. Grayscale: #424242. Windows color (decimal): -12307317 or 9122884. OLE color: 9122884.

HSL color Cylindrical-coordinate representation of color #44348B: hue angle of 251.03º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44348B is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 52 139 -
CMYK 0.51 0.63 0 0.45
HSL 251.03º 0.46% 0.37% -
HSV(B) 251.03º 0.63% 0.55% -
XYZ 8.27 5.55 25.06 -
YUV 66.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 68 52 139 0.51 0.63 0 0.45 251.03 0.46 0.37
Hex 44 34 8B 33 3F 0 2D FB 2E 25
Octal 104 64 213 63 77 0 55 373 56 45
Binary 1000100 110100 10001011 110011 111111 0 101101 11111011 101110 100101

Color Harmonies of #44348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44348B

Black with #44348B

Text Example


Text Example

White with #44348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44348B; }

 p { color: rgb(68,52,139); }

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

background-color css

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

 a { background-color: rgb(68,52,139); }

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

border-color css

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

 span { border-color: rgb(68,52,139); }

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