Html Css Color HEX #44348C Dark Slate Blue

📋 copy color: '#44348C'

red 68 ◦ green 52 ◦ blue 140

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

Shades of Dark Slate Blue #44348C

Tints of Dark Slate Blue #44348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.85%

R = 26.15%
G = 20%
B = 53.85%

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

#44348C (or 0x44348C) is known color: Dark Slate Blue. HEX triplet: 44, 34 and 8C. RGB value is (68,52,140). Sum of RGB (Red+Green+Blue) = 68+52+140=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #44348C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44348C is #BBCB73. Grayscale: #424242. Windows color (decimal): -12307316 or 9188420. OLE color: 9188420.

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

Color convert

RGB 68 52 140 -
CMYK 0.51 0.63 0 0.45
HSL 250.91º 0.46% 0.38% -
HSV(B) 250.91º 0.63% 0.55% -
XYZ 8.35 5.58 25.45 -
YUV 66.82 169.3 128.84 -
System Red Green Blue C M Y K H S L
Decimal 68 52 140 0.51 0.63 0 0.45 250.91 0.46 0.38
Hex 44 34 8C 33 3F 0 2D FB 2E 26
Octal 104 64 214 63 77 0 55 373 56 46
Binary 1000100 110100 10001100 110011 111111 0 101101 11111011 101110 100110

Color Harmonies of #44348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44348C

Black with #44348C

Text Example


Text Example

White with #44348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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