Html Css Color HEX #353191 Dark Slate Blue

📋 copy color: '#353191'

red 53 ◦ green 49 ◦ blue 145

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

Shades of Dark Slate Blue #353191

Tints of Dark Slate Blue #353191

RGB

 RED value IS 53 (21.09% from 255) = 21.46%

 GREEN value IS 49 (19.53% from 255) = 19.84%

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

R = 21.46%
G = 19.84%
B = 58.7%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#353191 (or 0x353191) is known color: Dark Slate Blue. HEX triplet: 35, 31 and 91. RGB value is (53,49,145). Sum of RGB (Red+Green+Blue) = 53+49+145=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #353191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353191 is #CACE6E. Grayscale: #3C3C3C. Windows color (decimal): -13291119 or 9515317. OLE color: 9515317.

HSL color Cylindrical-coordinate representation of color #353191: hue angle of 242.5º 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 #353191 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 49 145 -
CMYK 0.63 0.66 0 0.43
HSL 242.5º 0.49% 0.38% -
HSV(B) 242.5º 0.66% 0.57% -
XYZ 7.68 5 27.35 -
YUV 61.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 53 49 145 0.63 0.66 0 0.43 242.5 0.49 0.38
Hex 35 31 91 3F 42 0 2B F2 31 26
Octal 65 61 221 77 102 0 53 362 61 46
Binary 110101 110001 10010001 111111 1000010 0 101011 11110010 110001 100110

Color Harmonies of #353191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353191

Black with #353191

Text Example


Text Example

White with #353191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353191; }

 p { color: rgb(53,49,145); }

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

background-color css

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

 a { background-color: rgb(53,49,145); }

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

border-color css

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

 span { border-color: rgb(53,49,145); }

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