Html Css Color HEX #343595 Dark Slate Blue

📋 copy color: '#343595'

red 52 ◦ green 53 ◦ blue 149

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

Shades of Dark Slate Blue #343595

Tints of Dark Slate Blue #343595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.87%

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

R = 20.47%
G = 20.87%
B = 58.66%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#343595 (or 0x343595) is known color: Dark Slate Blue. HEX triplet: 34, 35 and 95. RGB value is (52,53,149). Sum of RGB (Red+Green+Blue) = 52+53+149=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #343595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343595 is #CBCA6A. Grayscale: #3F3F3F. Windows color (decimal): -13355627 or 9778484. OLE color: 9778484.

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

Color convert

RGB 52 53 149 -
CMYK 0.65 0.64 0 0.42
HSL 239.38º 0.48% 0.39% -
HSV(B) 239.38º 0.65% 0.58% -
XYZ 8.11 5.45 29.06 -
YUV 63.65 176.17 119.69 -
System Red Green Blue C M Y K H S L
Decimal 52 53 149 0.65 0.64 0 0.42 239.38 0.48 0.39
Hex 34 35 95 41 40 0 2A EF 30 27
Octal 64 65 225 101 100 0 52 357 60 47
Binary 110100 110101 10010101 1000001 1000000 0 101010 11101111 110000 100111

Color Harmonies of #343595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343595

Black with #343595

Text Example


Text Example

White with #343595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343595; }

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

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

background-color css

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

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

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

border-color css

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

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

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