Html Css Color HEX #342997 Dark Slate Blue

📋 copy color: '#342997'

red 52 ◦ green 41 ◦ blue 151

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

Shades of Dark Slate Blue #342997

Tints of Dark Slate Blue #342997

RGB

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

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

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

R = 21.31%
G = 16.8%
B = 61.89%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#342997 (or 0x342997) is known color: Dark Slate Blue. HEX triplet: 34, 29 and 97. RGB value is (52,41,151). Sum of RGB (Red+Green+Blue) = 52+41+151=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 151 (59.38% from 255 or 61.89% from 244); Max value from RGB is 151 - color contains mainly: blue. Hex color #342997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342997 is #CBD668. Grayscale: #383838. Windows color (decimal): -13358697 or 9906484. OLE color: 9906484.

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

Color convert

RGB 52 41 151 -
CMYK 0.66 0.73 0 0.41
HSL 246º 0.57% 0.38% -
HSV(B) 246º 0.73% 0.59% -
XYZ 7.8 4.55 29.75 -
YUV 56.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 52 41 151 0.66 0.73 0 0.41 246 0.57 0.38
Hex 34 29 97 42 49 0 29 F6 39 26
Octal 64 51 227 102 111 0 51 366 71 46
Binary 110100 101001 10010111 1000010 1001001 0 101001 11110110 111001 100110

Color Harmonies of #342997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342997

Black with #342997

Text Example


Text Example

White with #342997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342997; }

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

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

background-color css

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

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

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

border-color css

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

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

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