Html Css Color HEX #44348A Dark Slate Blue

📋 copy color: '#44348A'

red 68 ◦ green 52 ◦ blue 138

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

Shades of Dark Slate Blue #44348A

Tints of Dark Slate Blue #44348A

RGB

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

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

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

R = 26.36%
G = 20.16%
B = 53.49%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#44348A (or 0x44348A) is known color: Dark Slate Blue. HEX triplet: 44, 34 and 8A. RGB value is (68,52,138). Sum of RGB (Red+Green+Blue) = 68+52+138=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #44348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44348A is #BBCB75. Grayscale: #424242. Windows color (decimal): -12307318 or 9057348. OLE color: 9057348.

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

Color convert

RGB 68 52 138 -
CMYK 0.51 0.62 0 0.46
HSL 251.16º 0.45% 0.37% -
HSV(B) 251.16º 0.62% 0.54% -
XYZ 8.2 5.52 24.68 -
YUV 66.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 68 52 138 0.51 0.62 0 0.46 251.16 0.45 0.37
Hex 44 34 8A 33 3E 0 2E FB 2D 25
Octal 104 64 212 63 76 0 56 373 55 45
Binary 1000100 110100 10001010 110011 111110 0 101110 11111011 101101 100101

Color Harmonies of #44348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44348A

Black with #44348A

Text Example


Text Example

White with #44348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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