Html Css Color HEX #342994 Dark Slate Blue

📋 copy color: '#342994'

red 52 ◦ green 41 ◦ blue 148

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

Shades of Dark Slate Blue #342994

Tints of Dark Slate Blue #342994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.41%

R = 21.58%
G = 17.01%
B = 61.41%

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

#342994 (or 0x342994) is known color: Dark Slate Blue. HEX triplet: 34, 29 and 94. RGB value is (52,41,148). Sum of RGB (Red+Green+Blue) = 52+41+148=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #342994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342994 is #CBD66B. Grayscale: #383838. Windows color (decimal): -13358700 or 9709876. OLE color: 9709876.

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

Color convert

RGB 52 41 148 -
CMYK 0.65 0.72 0 0.42
HSL 246.17º 0.57% 0.37% -
HSV(B) 246.17º 0.72% 0.58% -
XYZ 7.55 4.45 28.48 -
YUV 56.49 179.64 124.8 -
System Red Green Blue C M Y K H S L
Decimal 52 41 148 0.65 0.72 0 0.42 246.17 0.57 0.37
Hex 34 29 94 41 48 0 2A F6 39 25
Octal 64 51 224 101 110 0 52 366 71 45
Binary 110100 101001 10010100 1000001 1001000 0 101010 11110110 111001 100101

Color Harmonies of #342994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342994

Black with #342994

Text Example


Text Example

White with #342994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342994; }

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

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

background-color css

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

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

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

border-color css

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

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

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