Html Css Color HEX #353395 Dark Slate Blue

📋 copy color: '#353395'

red 53 ◦ green 51 ◦ blue 149

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

Shades of Dark Slate Blue #353395

Tints of Dark Slate Blue #353395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.16%

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

R = 20.95%
G = 20.16%
B = 58.89%

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

#353395 (or 0x353395) is known color: Dark Slate Blue. HEX triplet: 35, 33 and 95. RGB value is (53,51,149). Sum of RGB (Red+Green+Blue) = 53+51+149=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #353395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353395 is #CACC6A. Grayscale: #3E3E3E. Windows color (decimal): -13290603 or 9777973. OLE color: 9777973.

HSL color Cylindrical-coordinate representation of color #353395: hue angle of 241.22º degrees, saturation: 0.49, 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 #353395 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 51 149 -
CMYK 0.64 0.66 0 0.42
HSL 241.22º 0.49% 0.39% -
HSV(B) 241.22º 0.66% 0.58% -
XYZ 8.08 5.29 29.03 -
YUV 62.77 176.66 121.03 -
System Red Green Blue C M Y K H S L
Decimal 53 51 149 0.64 0.66 0 0.42 241.22 0.49 0.39
Hex 35 33 95 40 42 0 2A F1 31 27
Octal 65 63 225 100 102 0 52 361 61 47
Binary 110101 110011 10010101 1000000 1000010 0 101010 11110001 110001 100111

Color Harmonies of #353395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353395

Black with #353395

Text Example


Text Example

White with #353395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353395; }

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

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

background-color css

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

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

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

border-color css

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

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

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