Html Css Color HEX #342993 Dark Slate Blue

📋 copy color: '#342993'

red 52 ◦ green 41 ◦ blue 147

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

Shades of Dark Slate Blue #342993

Tints of Dark Slate Blue #342993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61.25%

R = 21.67%
G = 17.08%
B = 61.25%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#342993 (or 0x342993) is known color: Dark Slate Blue. HEX triplet: 34, 29 and 93. RGB value is (52,41,147). Sum of RGB (Red+Green+Blue) = 52+41+147=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #342993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342993 is #CBD66C. Grayscale: #373737. Windows color (decimal): -13358701 or 9644340. OLE color: 9644340.

HSL color Cylindrical-coordinate representation of color #342993: hue angle of 246.23º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #342993 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 41 147 -
CMYK 0.65 0.72 0 0.42
HSL 246.23º 0.56% 0.37% -
HSV(B) 246.23º 0.72% 0.58% -
XYZ 7.48 4.42 28.06 -
YUV 56.37 179.14 124.88 -
System Red Green Blue C M Y K H S L
Decimal 52 41 147 0.65 0.72 0 0.42 246.23 0.56 0.37
Hex 34 29 93 41 48 0 2A F6 38 25
Octal 64 51 223 101 110 0 52 366 70 45
Binary 110100 101001 10010011 1000001 1001000 0 101010 11110110 111000 100101

Color Harmonies of #342993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342993

Black with #342993

Text Example


Text Example

White with #342993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342993; }

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

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

background-color css

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

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

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

border-color css

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

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

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