Html Css Color HEX #342891 Dark Slate Blue

📋 copy color: '#342891'

red 52 ◦ green 40 ◦ blue 145

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

Shades of Dark Slate Blue #342891

Tints of Dark Slate Blue #342891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

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

R = 21.94%
G = 16.88%
B = 61.18%

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

#342891 (or 0x342891) is known color: Dark Slate Blue. HEX triplet: 34, 28 and 91. RGB value is (52,40,145). Sum of RGB (Red+Green+Blue) = 52+40+145=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #342891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342891 is #CBD76E. Grayscale: #373737. Windows color (decimal): -13358959 or 9513012. OLE color: 9513012.

HSL color Cylindrical-coordinate representation of color #342891: hue angle of 246.86º degrees, saturation: 0.57, 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 #342891 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 40 145 -
CMYK 0.64 0.72 0 0.43
HSL 246.86º 0.57% 0.36% -
HSV(B) 246.86º 0.72% 0.57% -
XYZ 7.29 4.29 27.23 -
YUV 55.56 178.48 125.46 -
System Red Green Blue C M Y K H S L
Decimal 52 40 145 0.64 0.72 0 0.43 246.86 0.57 0.36
Hex 34 28 91 40 48 0 2B F7 39 24
Octal 64 50 221 100 110 0 53 367 71 44
Binary 110100 101000 10010001 1000000 1001000 0 101011 11110111 111001 100100

Color Harmonies of #342891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342891

Black with #342891

Text Example


Text Example

White with #342891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342891; }

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

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

background-color css

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

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

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

border-color css

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

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

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