Html Css Color HEX #353595 Dark Slate Blue

📋 copy color: '#353595'

red 53 ◦ green 53 ◦ blue 149

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

Shades of Dark Slate Blue #353595

Tints of Dark Slate Blue #353595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.78%

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

R = 20.78%
G = 20.78%
B = 58.43%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#353595 (or 0x353595) is known color: Dark Slate Blue. HEX triplet: 35, 35 and 95. RGB value is (53,53,149). Sum of RGB (Red+Green+Blue) = 53+53+149=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #353595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353595 is #CACA6A. Grayscale: #3F3F3F. Windows color (decimal): -13290091 or 9778485. OLE color: 9778485.

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

Color convert

RGB 53 53 149 -
CMYK 0.64 0.64 0 0.42
HSL 240º 0.48% 0.4% -
HSV(B) 240º 0.64% 0.58% -
XYZ 8.17 5.47 29.06 -
YUV 63.94 176 120.19 -
System Red Green Blue C M Y K H S L
Decimal 53 53 149 0.64 0.64 0 0.42 240 0.48 0.4
Hex 35 35 95 40 40 0 2A F0 30 28
Octal 65 65 225 100 100 0 52 360 60 50
Binary 110101 110101 10010101 1000000 1000000 0 101010 11110000 110000 101000

Color Harmonies of #353595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353595

Black with #353595

Text Example


Text Example

White with #353595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353595; }

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

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

background-color css

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

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

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

border-color css

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

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

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