Html Css Color HEX #342595 Dark Slate Blue

📋 copy color: '#342595'

red 52 ◦ green 37 ◦ blue 149

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

Shades of Dark Slate Blue #342595

Tints of Dark Slate Blue #342595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.55%

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

R = 21.85%
G = 15.55%
B = 62.61%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#342595 (or 0x342595) is known color: Dark Slate Blue. HEX triplet: 34, 25 and 95. RGB value is (52,37,149). Sum of RGB (Red+Green+Blue) = 52+37+149=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #342595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342595 is #CBDA6A. Grayscale: #353535. Windows color (decimal): -13359723 or 9774388. OLE color: 9774388.

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

Color convert

RGB 52 37 149 -
CMYK 0.65 0.75 0 0.42
HSL 248.04º 0.6% 0.36% -
HSV(B) 248.04º 0.75% 0.58% -
XYZ 7.5 4.22 28.85 -
YUV 54.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 52 37 149 0.65 0.75 0 0.42 248.04 0.6 0.36
Hex 34 25 95 41 4B 0 2A F8 3C 24
Octal 64 45 225 101 113 0 52 370 74 44
Binary 110100 100101 10010101 1000001 1001011 0 101010 11111000 111100 100100

Color Harmonies of #342595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342595

Black with #342595

Text Example


Text Example

White with #342595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342595; }

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

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

background-color css

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

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

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

border-color css

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

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

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