Html Css Color HEX #342987 Dark Slate Blue

📋 copy color: '#342987'

red 52 ◦ green 41 ◦ blue 135

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

Shades of Dark Slate Blue #342987

Tints of Dark Slate Blue #342987

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.98%

 BLUE value IS 135 (53.13% from 255) = 59.21%

R = 22.81%
G = 17.98%
B = 59.21%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#342987 (or 0x342987) is known color: Dark Slate Blue. HEX triplet: 34, 29 and 87. RGB value is (52,41,135). Sum of RGB (Red+Green+Blue) = 52+41+135=228 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.81% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #342987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342987 is #CBD678. Grayscale: #363636. Windows color (decimal): -13358713 or 8857908. OLE color: 8857908.

HSL color Cylindrical-coordinate representation of color #342987: hue angle of 247.02º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #342987 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 41 135 -
CMYK 0.61 0.70 0 0.47
HSL 247.02º 0.53% 0.35% -
HSV(B) 247.02º 0.7% 0.53% -
XYZ 6.58 4.07 23.36 -
YUV 55.01 173.14 125.86 -
System Red Green Blue C M Y K H S L
Decimal 52 41 135 0.61 0.70 0 0.47 247.02 0.53 0.35
Hex 34 29 87 3D 46 0 2F F7 35 23
Octal 64 51 207 75 106 0 57 367 65 43
Binary 110100 101001 10000111 111101 1000110 0 101111 11110111 110101 100011

Color Harmonies of #342987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342987

Black with #342987

Text Example


Text Example

White with #342987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342987; }

 p { color: rgb(52,41,135); }

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

background-color css

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

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

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

border-color css

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

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

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