Html Css Color HEX #343190 Dark Slate Blue

📋 copy color: '#343190'

red 52 ◦ green 49 ◦ blue 144

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

Shades of Dark Slate Blue #343190

Tints of Dark Slate Blue #343190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.78%

R = 21.22%
G = 20%
B = 58.78%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#343190 (or 0x343190) is known color: Dark Slate Blue. HEX triplet: 34, 31 and 90. RGB value is (52,49,144). Sum of RGB (Red+Green+Blue) = 52+49+144=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #343190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343190 is #CBCE6F. Grayscale: #3C3C3C. Windows color (decimal): -13356656 or 9449780. OLE color: 9449780.

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

Color convert

RGB 52 49 144 -
CMYK 0.64 0.66 0 0.44
HSL 241.89º 0.49% 0.38% -
HSV(B) 241.89º 0.66% 0.56% -
XYZ 7.55 4.94 26.94 -
YUV 60.73 174.99 121.78 -
System Red Green Blue C M Y K H S L
Decimal 52 49 144 0.64 0.66 0 0.44 241.89 0.49 0.38
Hex 34 31 90 40 42 0 2C F2 31 26
Octal 64 61 220 100 102 0 54 362 61 46
Binary 110100 110001 10010000 1000000 1000010 0 101100 11110010 110001 100110

Color Harmonies of #343190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343190

Black with #343190

Text Example


Text Example

White with #343190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343190; }

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

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

background-color css

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

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

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

border-color css

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

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

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