Html Css Color HEX #342992 Dark Slate Blue

📋 copy color: '#342992'

red 52 ◦ green 41 ◦ blue 146

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

Shades of Dark Slate Blue #342992

Tints of Dark Slate Blue #342992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 61.09%

R = 21.76%
G = 17.15%
B = 61.09%

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

#342992 (or 0x342992) is known color: Dark Slate Blue. HEX triplet: 34, 29 and 92. RGB value is (52,41,146). Sum of RGB (Red+Green+Blue) = 52+41+146=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #342992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342992 is #CBD66D. Grayscale: #373737. Windows color (decimal): -13358702 or 9578804. OLE color: 9578804.

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

Color convert

RGB 52 41 146 -
CMYK 0.64 0.72 0 0.43
HSL 246.29º 0.56% 0.37% -
HSV(B) 246.29º 0.72% 0.57% -
XYZ 7.4 4.39 27.65 -
YUV 56.26 178.64 124.96 -
System Red Green Blue C M Y K H S L
Decimal 52 41 146 0.64 0.72 0 0.43 246.29 0.56 0.37
Hex 34 29 92 40 48 0 2B F6 38 25
Octal 64 51 222 100 110 0 53 366 70 45
Binary 110100 101001 10010010 1000000 1001000 0 101011 11110110 111000 100101

Color Harmonies of #342992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342992

Black with #342992

Text Example


Text Example

White with #342992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342992; }

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

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

background-color css

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

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

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

border-color css

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

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

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