Html Css Color HEX #343199 Dark Slate Blue

📋 copy color: '#343199'

red 52 ◦ green 49 ◦ blue 153

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

Shades of Dark Slate Blue #343199

Tints of Dark Slate Blue #343199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 60.24%

R = 20.47%
G = 19.29%
B = 60.24%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#343199 (or 0x343199) is known color: Dark Slate Blue. HEX triplet: 34, 31 and 99. RGB value is (52,49,153). Sum of RGB (Red+Green+Blue) = 52+49+153=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #343199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343199 is #CBCE66. Grayscale: #3D3D3D. Windows color (decimal): -13356647 or 10039604. OLE color: 10039604.

HSL color Cylindrical-coordinate representation of color #343199: hue angle of 241.73º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #343199 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 49 153 -
CMYK 0.66 0.68 0 0.4
HSL 241.73º 0.51% 0.4% -
HSV(B) 241.73º 0.68% 0.6% -
XYZ 8.26 5.23 30.71 -
YUV 61.75 179.49 121.04 -
System Red Green Blue C M Y K H S L
Decimal 52 49 153 0.66 0.68 0 0.4 241.73 0.51 0.4
Hex 34 31 99 42 44 0 28 F2 33 28
Octal 64 61 231 102 104 0 50 362 63 50
Binary 110100 110001 10011001 1000010 1000100 0 101000 11110010 110011 101000

Color Harmonies of #343199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343199

Black with #343199

Text Example


Text Example

White with #343199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343199; }

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

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

background-color css

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

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

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

border-color css

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

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

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