Html Css Color HEX #342697 Dark Slate Blue

📋 copy color: '#342697'

red 52 ◦ green 38 ◦ blue 151

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

Shades of Dark Slate Blue #342697

Tints of Dark Slate Blue #342697

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.77%

 BLUE value IS 151 (59.38% from 255) = 62.66%

R = 21.58%
G = 15.77%
B = 62.66%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#342697 (or 0x342697) is known color: Dark Slate Blue. HEX triplet: 34, 26 and 97. RGB value is (52,38,151). Sum of RGB (Red+Green+Blue) = 52+38+151=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #342697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342697 is #CBD968. Grayscale: #363636. Windows color (decimal): -13359465 or 9905716. OLE color: 9905716.

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

Color convert

RGB 52 38 151 -
CMYK 0.66 0.75 0 0.41
HSL 247.43º 0.6% 0.37% -
HSV(B) 247.43º 0.75% 0.59% -
XYZ 7.7 4.35 29.71 -
YUV 55.07 182.14 125.81 -
System Red Green Blue C M Y K H S L
Decimal 52 38 151 0.66 0.75 0 0.41 247.43 0.6 0.37
Hex 34 26 97 42 4B 0 29 F7 3C 25
Octal 64 46 227 102 113 0 51 367 74 45
Binary 110100 100110 10010111 1000010 1001011 0 101001 11110111 111100 100101

Color Harmonies of #342697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342697

Black with #342697

Text Example


Text Example

White with #342697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342697; }

 p { color: rgb(52,38,151); }

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

background-color css

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

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

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

border-color css

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

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

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