Html Css Color HEX #343095 Dark Slate Blue

📋 copy color: '#343095'

red 52 ◦ green 48 ◦ blue 149

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

Shades of Dark Slate Blue #343095

Tints of Dark Slate Blue #343095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.84%

R = 20.88%
G = 19.28%
B = 59.84%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#343095 (or 0x343095) is known color: Dark Slate Blue. HEX triplet: 34, 30 and 95. RGB value is (52,48,149). Sum of RGB (Red+Green+Blue) = 52+48+149=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #343095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343095 is #CBCF6A. Grayscale: #3C3C3C. Windows color (decimal): -13356907 or 9777204. OLE color: 9777204.

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

Color convert

RGB 52 48 149 -
CMYK 0.65 0.68 0 0.42
HSL 242.38º 0.51% 0.39% -
HSV(B) 242.38º 0.68% 0.58% -
XYZ 7.9 5.01 28.99 -
YUV 60.71 177.83 121.79 -
System Red Green Blue C M Y K H S L
Decimal 52 48 149 0.65 0.68 0 0.42 242.38 0.51 0.39
Hex 34 30 95 41 44 0 2A F2 33 27
Octal 64 60 225 101 104 0 52 362 63 47
Binary 110100 110000 10010101 1000001 1000100 0 101010 11110010 110011 100111

Color Harmonies of #343095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343095

Black with #343095

Text Example


Text Example

White with #343095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343095; }

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

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

background-color css

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

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

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

border-color css

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

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

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