Html Css Color HEX #342599 Dark Slate Blue

📋 copy color: '#342599'

red 52 ◦ green 37 ◦ blue 153

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

Shades of Dark Slate Blue #342599

Tints of Dark Slate Blue #342599

RGB

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

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

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

R = 21.49%
G = 15.29%
B = 63.22%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#342599 (or 0x342599) is known color: Dark Slate Blue. HEX triplet: 34, 25 and 99. RGB value is (52,37,153). Sum of RGB (Red+Green+Blue) = 52+37+153=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #342599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342599 is #CBDA66. Grayscale: #363636. Windows color (decimal): -13359719 or 10036532. OLE color: 10036532.

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

Color convert

RGB 52 37 153 -
CMYK 0.66 0.76 0 0.4
HSL 247.76º 0.61% 0.37% -
HSV(B) 247.76º 0.76% 0.6% -
XYZ 7.83 4.35 30.56 -
YUV 54.71 183.47 126.07 -
System Red Green Blue C M Y K H S L
Decimal 52 37 153 0.66 0.76 0 0.4 247.76 0.61 0.37
Hex 34 25 99 42 4C 0 28 F8 3D 25
Octal 64 45 231 102 114 0 50 370 75 45
Binary 110100 100101 10011001 1000010 1001100 0 101000 11111000 111101 100101

Color Harmonies of #342599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342599

Black with #342599

Text Example


Text Example

White with #342599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342599; }

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

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

background-color css

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

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

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

border-color css

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

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

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