Html Css Color HEX #343195 Dark Slate Blue

📋 copy color: '#343195'

red 52 ◦ green 49 ◦ blue 149

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

Shades of Dark Slate Blue #343195

Tints of Dark Slate Blue #343195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.6%

R = 20.8%
G = 19.6%
B = 59.6%

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

#343195 (or 0x343195) is known color: Dark Slate Blue. HEX triplet: 34, 31 and 95. RGB value is (52,49,149). Sum of RGB (Red+Green+Blue) = 52+49+149=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #343195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343195 is #CBCE6A. Grayscale: #3C3C3C. Windows color (decimal): -13356651 or 9777460. OLE color: 9777460.

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

Color convert

RGB 52 49 149 -
CMYK 0.65 0.67 0 0.42
HSL 241.8º 0.51% 0.39% -
HSV(B) 241.8º 0.67% 0.58% -
XYZ 7.94 5.1 29 -
YUV 61.3 177.49 121.37 -
System Red Green Blue C M Y K H S L
Decimal 52 49 149 0.65 0.67 0 0.42 241.8 0.51 0.39
Hex 34 31 95 41 43 0 2A F2 33 27
Octal 64 61 225 101 103 0 52 362 63 47
Binary 110100 110001 10010101 1000001 1000011 0 101010 11110010 110011 100111

Color Harmonies of #343195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343195

Black with #343195

Text Example


Text Example

White with #343195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343195; }

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

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

background-color css

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

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

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

border-color css

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

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

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