Html Css Color HEX #343193 Dark Slate Blue

📋 copy color: '#343193'

red 52 ◦ green 49 ◦ blue 147

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

Shades of Dark Slate Blue #343193

Tints of Dark Slate Blue #343193

RGB

 RED value IS 52 (20.7% from 255) = 20.97%

 GREEN value IS 49 (19.53% from 255) = 19.76%

 BLUE value IS 147 (57.81% from 255) = 59.27%

R = 20.97%
G = 19.76%
B = 59.27%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#343193 (or 0x343193) is known color: Dark Slate Blue. HEX triplet: 34, 31 and 93. RGB value is (52,49,147). Sum of RGB (Red+Green+Blue) = 52+49+147=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #343193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343193 is #CBCE6C. Grayscale: #3C3C3C. Windows color (decimal): -13356653 or 9646388. OLE color: 9646388.

HSL color Cylindrical-coordinate representation of color #343193: hue angle of 241.84º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #343193 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 49 147 -
CMYK 0.65 0.67 0 0.42
HSL 241.84º 0.5% 0.38% -
HSV(B) 241.84º 0.67% 0.58% -
XYZ 7.78 5.03 28.17 -
YUV 61.07 176.49 121.53 -
System Red Green Blue C M Y K H S L
Decimal 52 49 147 0.65 0.67 0 0.42 241.84 0.5 0.38
Hex 34 31 93 41 43 0 2A F2 32 26
Octal 64 61 223 101 103 0 52 362 62 46
Binary 110100 110001 10010011 1000001 1000011 0 101010 11110010 110010 100110

Color Harmonies of #343193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343193

Black with #343193

Text Example


Text Example

White with #343193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343193; }

 p { color: rgb(52,49,147); }

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

background-color css

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

 a { background-color: rgb(52,49,147); }

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

border-color css

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

 span { border-color: rgb(52,49,147); }

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