Html Css Color HEX #342692 Dark Slate Blue

📋 copy color: '#342692'

red 52 ◦ green 38 ◦ blue 146

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

Shades of Dark Slate Blue #342692

Tints of Dark Slate Blue #342692

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.1%

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

R = 22.03%
G = 16.1%
B = 61.86%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#342692 (or 0x342692) is known color: Dark Slate Blue. HEX triplet: 34, 26 and 92. RGB value is (52,38,146). Sum of RGB (Red+Green+Blue) = 52+38+146=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #342692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342692 is #CBD96D. Grayscale: #363636. Windows color (decimal): -13359470 or 9578036. OLE color: 9578036.

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

Color convert

RGB 52 38 146 -
CMYK 0.64 0.74 0 0.43
HSL 247.78º 0.59% 0.36% -
HSV(B) 247.78º 0.74% 0.57% -
XYZ 7.3 4.19 27.62 -
YUV 54.5 179.64 126.22 -
System Red Green Blue C M Y K H S L
Decimal 52 38 146 0.64 0.74 0 0.43 247.78 0.59 0.36
Hex 34 26 92 40 4A 0 2B F8 3B 24
Octal 64 46 222 100 112 0 53 370 73 44
Binary 110100 100110 10010010 1000000 1001010 0 101011 11111000 111011 100100

Color Harmonies of #342692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342692

Black with #342692

Text Example


Text Example

White with #342692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342692; }

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

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

background-color css

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

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

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

border-color css

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

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

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