Html Css Color HEX #353295 Dark Slate Blue

📋 copy color: '#353295'

red 53 ◦ green 50 ◦ blue 149

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

Shades of Dark Slate Blue #353295

Tints of Dark Slate Blue #353295

RGB

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

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

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

R = 21.03%
G = 19.84%
B = 59.13%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#353295 (or 0x353295) is known color: Dark Slate Blue. HEX triplet: 35, 32 and 95. RGB value is (53,50,149). Sum of RGB (Red+Green+Blue) = 53+50+149=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #353295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353295 is #CACD6A. Grayscale: #3D3D3D. Windows color (decimal): -13290859 or 9777717. OLE color: 9777717.

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

Color convert

RGB 53 50 149 -
CMYK 0.64 0.66 0 0.42
HSL 241.82º 0.5% 0.39% -
HSV(B) 241.82º 0.66% 0.58% -
XYZ 8.03 5.21 29.02 -
YUV 62.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 53 50 149 0.64 0.66 0 0.42 241.82 0.5 0.39
Hex 35 32 95 40 42 0 2A F2 32 27
Octal 65 62 225 100 102 0 52 362 62 47
Binary 110101 110010 10010101 1000000 1000010 0 101010 11110010 110010 100111

Color Harmonies of #353295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353295

Black with #353295

Text Example


Text Example

White with #353295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353295; }

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

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

background-color css

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

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

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

border-color css

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

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

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