Html Css Color HEX #353291 Dark Slate Blue

📋 copy color: '#353291'

red 53 ◦ green 50 ◦ blue 145

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

Shades of Dark Slate Blue #353291

Tints of Dark Slate Blue #353291

RGB

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

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

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

R = 21.37%
G = 20.16%
B = 58.47%

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

#353291 (or 0x353291) is known color: Dark Slate Blue. HEX triplet: 35, 32 and 91. RGB value is (53,50,145). Sum of RGB (Red+Green+Blue) = 53+50+145=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #353291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353291 is #CACD6E. Grayscale: #3D3D3D. Windows color (decimal): -13290863 or 9515573. OLE color: 9515573.

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

Color convert

RGB 53 50 145 -
CMYK 0.63 0.66 0 0.43
HSL 241.89º 0.49% 0.38% -
HSV(B) 241.89º 0.66% 0.57% -
XYZ 7.72 5.08 27.36 -
YUV 61.73 174.99 121.78 -
System Red Green Blue C M Y K H S L
Decimal 53 50 145 0.63 0.66 0 0.43 241.89 0.49 0.38
Hex 35 32 91 3F 42 0 2B F2 31 26
Octal 65 62 221 77 102 0 53 362 61 46
Binary 110101 110010 10010001 111111 1000010 0 101011 11110010 110001 100110

Color Harmonies of #353291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353291

Black with #353291

Text Example


Text Example

White with #353291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353291; }

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

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

background-color css

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

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

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

border-color css

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

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

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