Html Css Color HEX #342299 Dark Slate Blue

📋 copy color: '#342299'

red 52 ◦ green 34 ◦ blue 153

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

Shades of Dark Slate Blue #342299

Tints of Dark Slate Blue #342299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.23%

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

R = 21.76%
G = 14.23%
B = 64.02%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#342299 (or 0x342299) is known color: Dark Slate Blue. HEX triplet: 34, 22 and 99. RGB value is (52,34,153). Sum of RGB (Red+Green+Blue) = 52+34+153=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #342299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342299 is #CBDD66. Grayscale: #343434. Windows color (decimal): -13360487 or 10035764. OLE color: 10035764.

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

Color convert

RGB 52 34 153 -
CMYK 0.66 0.78 0 0.4
HSL 249.08º 0.64% 0.37% -
HSV(B) 249.08º 0.78% 0.6% -
XYZ 7.74 4.17 30.53 -
YUV 52.95 184.46 127.32 -
System Red Green Blue C M Y K H S L
Decimal 52 34 153 0.66 0.78 0 0.4 249.08 0.64 0.37
Hex 34 22 99 42 4E 0 28 F9 40 25
Octal 64 42 231 102 116 0 50 371 100 45
Binary 110100 100010 10011001 1000010 1001110 0 101000 11111001 1000000 100101

Color Harmonies of #342299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342299

Black with #342299

Text Example


Text Example

White with #342299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342299; }

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

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

background-color css

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

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

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

border-color css

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

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

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