Html Css Color HEX #342991 Dark Slate Blue

📋 copy color: '#342991'

red 52 ◦ green 41 ◦ blue 145

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

Shades of Dark Slate Blue #342991

Tints of Dark Slate Blue #342991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 60.92%

R = 21.85%
G = 17.23%
B = 60.92%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#342991 (or 0x342991) is known color: Dark Slate Blue. HEX triplet: 34, 29 and 91. RGB value is (52,41,145). Sum of RGB (Red+Green+Blue) = 52+41+145=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 145 (57.03% from 255 or 60.92% from 238); Max value from RGB is 145 - color contains mainly: blue. Hex color #342991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342991 is #CBD66E. Grayscale: #373737. Windows color (decimal): -13358703 or 9513268. OLE color: 9513268.

HSL color Cylindrical-coordinate representation of color #342991: hue angle of 246.35º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #342991 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 41 145 -
CMYK 0.64 0.72 0 0.43
HSL 246.35º 0.56% 0.36% -
HSV(B) 246.35º 0.72% 0.57% -
XYZ 7.32 4.36 27.24 -
YUV 56.15 178.14 125.04 -
System Red Green Blue C M Y K H S L
Decimal 52 41 145 0.64 0.72 0 0.43 246.35 0.56 0.36
Hex 34 29 91 40 48 0 2B F6 38 24
Octal 64 51 221 100 110 0 53 366 70 44
Binary 110100 101001 10010001 1000000 1001000 0 101011 11110110 111000 100100

Color Harmonies of #342991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342991

Black with #342991

Text Example


Text Example

White with #342991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342991; }

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

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

background-color css

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

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

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

border-color css

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

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

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