Html Css Color HEX #343091 Dark Slate Blue

📋 copy color: '#343091'

red 52 ◦ green 48 ◦ blue 145

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

Shades of Dark Slate Blue #343091

Tints of Dark Slate Blue #343091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 59.18%

R = 21.22%
G = 19.59%
B = 59.18%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#343091 (or 0x343091) is known color: Dark Slate Blue. HEX triplet: 34, 30 and 91. RGB value is (52,48,145). Sum of RGB (Red+Green+Blue) = 52+48+145=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #343091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343091 is #CBCF6E. Grayscale: #3B3B3B. Windows color (decimal): -13356911 or 9515060. OLE color: 9515060.

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

Color convert

RGB 52 48 145 -
CMYK 0.64 0.67 0 0.43
HSL 242.47º 0.5% 0.38% -
HSV(B) 242.47º 0.67% 0.57% -
XYZ 7.58 4.89 27.33 -
YUV 60.25 175.83 122.11 -
System Red Green Blue C M Y K H S L
Decimal 52 48 145 0.64 0.67 0 0.43 242.47 0.5 0.38
Hex 34 30 91 40 43 0 2B F2 32 26
Octal 64 60 221 100 103 0 53 362 62 46
Binary 110100 110000 10010001 1000000 1000011 0 101011 11110010 110010 100110

Color Harmonies of #343091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343091

Black with #343091

Text Example


Text Example

White with #343091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343091; }

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

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

background-color css

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

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

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

border-color css

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

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

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