Html Css Color HEX #343499 Dark Slate Blue

📋 copy color: '#343499'

red 52 ◦ green 52 ◦ blue 153

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

Shades of Dark Slate Blue #343499

Tints of Dark Slate Blue #343499

RGB

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

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

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

R = 20.23%
G = 20.23%
B = 59.53%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#343499 (or 0x343499) is known color: Dark Slate Blue. HEX triplet: 34, 34 and 99. RGB value is (52,52,153). Sum of RGB (Red+Green+Blue) = 52+52+153=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #343499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343499 is #CBCB66. Grayscale: #3F3F3F. Windows color (decimal): -13355879 or 10040372. OLE color: 10040372.

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

Color convert

RGB 52 52 153 -
CMYK 0.66 0.66 0 0.4
HSL 240º 0.49% 0.4% -
HSV(B) 240º 0.66% 0.6% -
XYZ 8.39 5.49 30.75 -
YUV 63.51 178.5 119.79 -
System Red Green Blue C M Y K H S L
Decimal 52 52 153 0.66 0.66 0 0.4 240 0.49 0.4
Hex 34 34 99 42 42 0 28 F0 31 28
Octal 64 64 231 102 102 0 50 360 61 50
Binary 110100 110100 10011001 1000010 1000010 0 101000 11110000 110001 101000

Color Harmonies of #343499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343499

Black with #343499

Text Example


Text Example

White with #343499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343499; }

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

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

background-color css

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

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

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

border-color css

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

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

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