Html Css Color HEX #343495 Dark Slate Blue

📋 copy color: '#343495'

red 52 ◦ green 52 ◦ blue 149

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

Shades of Dark Slate Blue #343495

Tints of Dark Slate Blue #343495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.55%

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

R = 20.55%
G = 20.55%
B = 58.89%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#343495 (or 0x343495) is known color: Dark Slate Blue. HEX triplet: 34, 34 and 95. RGB value is (52,52,149). Sum of RGB (Red+Green+Blue) = 52+52+149=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #343495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343495 is #CBCB6A. Grayscale: #3E3E3E. Windows color (decimal): -13355883 or 9778228. OLE color: 9778228.

HSL color Cylindrical-coordinate representation of color #343495: hue angle of 240º 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 #343495 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 52 149 -
CMYK 0.65 0.65 0 0.42
HSL 240º 0.48% 0.39% -
HSV(B) 240º 0.65% 0.58% -
XYZ 8.07 5.36 29.04 -
YUV 63.06 176.5 120.11 -
System Red Green Blue C M Y K H S L
Decimal 52 52 149 0.65 0.65 0 0.42 240 0.48 0.39
Hex 34 34 95 41 41 0 2A F0 30 27
Octal 64 64 225 101 101 0 52 360 60 47
Binary 110100 110100 10010101 1000001 1000001 0 101010 11110000 110000 100111

Color Harmonies of #343495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343495

Black with #343495

Text Example


Text Example

White with #343495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343495; }

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

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

background-color css

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

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

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

border-color css

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

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

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