Html Css Color HEX #343191 Dark Slate Blue

📋 copy color: '#343191'

red 52 ◦ green 49 ◦ blue 145

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

Shades of Dark Slate Blue #343191

Tints of Dark Slate Blue #343191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58.94%

R = 21.14%
G = 19.92%
B = 58.94%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#343191 (or 0x343191) is known color: Dark Slate Blue. HEX triplet: 34, 31 and 91. RGB value is (52,49,145). Sum of RGB (Red+Green+Blue) = 52+49+145=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #343191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343191 is #CBCE6E. Grayscale: #3C3C3C. Windows color (decimal): -13356655 or 9515316. OLE color: 9515316.

HSL color Cylindrical-coordinate representation of color #343191: hue angle of 241.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #343191 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 49 145 -
CMYK 0.64 0.66 0 0.43
HSL 241.88º 0.49% 0.38% -
HSV(B) 241.88º 0.66% 0.57% -
XYZ 7.63 4.97 27.35 -
YUV 60.84 175.49 121.69 -
System Red Green Blue C M Y K H S L
Decimal 52 49 145 0.64 0.66 0 0.43 241.88 0.49 0.38
Hex 34 31 91 40 42 0 2B F2 31 26
Octal 64 61 221 100 102 0 53 362 61 46
Binary 110100 110001 10010001 1000000 1000010 0 101011 11110010 110001 100110

Color Harmonies of #343191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343191

Black with #343191

Text Example


Text Example

White with #343191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343191; }

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

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

background-color css

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

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

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

border-color css

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

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

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