Html Css Color HEX #342592 Dark Slate Blue

📋 copy color: '#342592'

red 52 ◦ green 37 ◦ blue 146

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

Shades of Dark Slate Blue #342592

Tints of Dark Slate Blue #342592

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.74%

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

R = 22.13%
G = 15.74%
B = 62.13%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#342592 (or 0x342592) is known color: Dark Slate Blue. HEX triplet: 34, 25 and 92. RGB value is (52,37,146). Sum of RGB (Red+Green+Blue) = 52+37+146=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #342592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342592 is #CBDA6D. Grayscale: #353535. Windows color (decimal): -13359726 or 9577780. OLE color: 9577780.

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

Color convert

RGB 52 37 146 -
CMYK 0.64 0.75 0 0.43
HSL 248.26º 0.6% 0.36% -
HSV(B) 248.26º 0.75% 0.57% -
XYZ 7.27 4.13 27.61 -
YUV 53.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 52 37 146 0.64 0.75 0 0.43 248.26 0.6 0.36
Hex 34 25 92 40 4B 0 2B F8 3C 24
Octal 64 45 222 100 113 0 53 370 74 44
Binary 110100 100101 10010010 1000000 1001011 0 101011 11111000 111100 100100

Color Harmonies of #342592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342592

Black with #342592

Text Example


Text Example

White with #342592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342592; }

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

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

background-color css

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

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

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

border-color css

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

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

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