Html Css Color HEX #343096 Dark Slate Blue

📋 copy color: '#343096'

red 52 ◦ green 48 ◦ blue 150

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

Shades of Dark Slate Blue #343096

Tints of Dark Slate Blue #343096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

 BLUE value IS 150 (58.98% from 255) = 60%

R = 20.8%
G = 19.2%
B = 60%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#343096 (or 0x343096) is known color: Dark Slate Blue. HEX triplet: 34, 30 and 96. RGB value is (52,48,150). Sum of RGB (Red+Green+Blue) = 52+48+150=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #343096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343096 is #CBCF69. Grayscale: #3C3C3C. Windows color (decimal): -13356906 or 9842740. OLE color: 9842740.

HSL color Cylindrical-coordinate representation of color #343096: hue angle of 242.35º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #343096 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 48 150 -
CMYK 0.65 0.68 0 0.41
HSL 242.35º 0.52% 0.39% -
HSV(B) 242.35º 0.68% 0.59% -
XYZ 7.98 5.05 29.41 -
YUV 60.82 178.33 121.71 -
System Red Green Blue C M Y K H S L
Decimal 52 48 150 0.65 0.68 0 0.41 242.35 0.52 0.39
Hex 34 30 96 41 44 0 29 F2 34 27
Octal 64 60 226 101 104 0 51 362 64 47
Binary 110100 110000 10010110 1000001 1000100 0 101001 11110010 110100 100111

Color Harmonies of #343096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343096

Black with #343096

Text Example


Text Example

White with #343096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343096; }

 p { color: rgb(52,48,150); }

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

background-color css

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

 a { background-color: rgb(52,48,150); }

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

border-color css

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

 span { border-color: rgb(52,48,150); }

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