Html Css Color HEX #342FA6 Dark Slate Blue

📋 copy color: '#342FA6'

red 52 ◦ green 47 ◦ blue 166

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

Shades of Dark Slate Blue #342FA6

Tints of Dark Slate Blue #342FA6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.74%

 BLUE value IS 166 (65.23% from 255) = 62.64%

R = 19.62%
G = 17.74%
B = 62.64%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#342FA6 (or 0x342FA6) is known color: Dark Slate Blue. HEX triplet: 34, 2F and A6. RGB value is (52,47,166). Sum of RGB (Red+Green+Blue) = 52+47+166=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 166 (65.23% from 255 or 62.64% from 265); Max value from RGB is 166 - color contains mainly: blue. Hex color #342FA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342FA6 is #CBD059. Grayscale: #3D3D3D. Windows color (decimal): -13357146 or 10891060. OLE color: 10891060.

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

Color convert

RGB 52 47 166 -
CMYK 0.69 0.72 0 0.35
HSL 242.52º 0.56% 0.42% -
HSV(B) 242.52º 0.72% 0.65% -
XYZ 9.32 5.52 36.65 -
YUV 62.06 186.66 120.82 -
System Red Green Blue C M Y K H S L
Decimal 52 47 166 0.69 0.72 0 0.35 242.52 0.56 0.42
Hex 34 2F A6 45 48 0 23 F3 38 2A
Octal 64 57 246 105 110 0 43 363 70 52
Binary 110100 101111 10100110 1000101 1001000 0 100011 11110011 111000 101010

Color Harmonies of #342FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342FA6

Black with #342FA6

Text Example


Text Example

White with #342FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342FA6; }

 p { color: rgb(52,47,166); }

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

background-color css

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

 a { background-color: rgb(52,47,166); }

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

border-color css

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

 span { border-color: rgb(52,47,166); }

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