Html Css Color HEX #343292 Dark Slate Blue

📋 copy color: '#343292'

red 52 ◦ green 50 ◦ blue 146

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

Shades of Dark Slate Blue #343292

Tints of Dark Slate Blue #343292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.16%

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

R = 20.97%
G = 20.16%
B = 58.87%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#343292 (or 0x343292) is known color: Dark Slate Blue. HEX triplet: 34, 32 and 92. RGB value is (52,50,146). Sum of RGB (Red+Green+Blue) = 52+50+146=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #343292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343292 is #CBCD6D. Grayscale: #3D3D3D. Windows color (decimal): -13356398 or 9581108. OLE color: 9581108.

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

Color convert

RGB 52 50 146 -
CMYK 0.64 0.66 0 0.43
HSL 241.25º 0.49% 0.38% -
HSV(B) 241.25º 0.66% 0.57% -
XYZ 7.75 5.09 27.77 -
YUV 61.54 175.66 121.19 -
System Red Green Blue C M Y K H S L
Decimal 52 50 146 0.64 0.66 0 0.43 241.25 0.49 0.38
Hex 34 32 92 40 42 0 2B F1 31 26
Octal 64 62 222 100 102 0 53 361 61 46
Binary 110100 110010 10010010 1000000 1000010 0 101011 11110001 110001 100110

Color Harmonies of #343292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343292

Black with #343292

Text Example


Text Example

White with #343292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343292; }

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

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

background-color css

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

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

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

border-color css

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

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

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