Html Css Color HEX #353199 Dark Slate Blue

📋 copy color: '#353199'

red 53 ◦ green 49 ◦ blue 153

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

Shades of Dark Slate Blue #353199

Tints of Dark Slate Blue #353199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 60%

R = 20.78%
G = 19.22%
B = 60%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#353199 (or 0x353199) is known color: Dark Slate Blue. HEX triplet: 35, 31 and 99. RGB value is (53,49,153). Sum of RGB (Red+Green+Blue) = 53+49+153=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #353199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353199 is #CACE66. Grayscale: #3D3D3D. Windows color (decimal): -13291111 or 10039605. OLE color: 10039605.

HSL color Cylindrical-coordinate representation of color #353199: hue angle of 242.31º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #353199 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 49 153 -
CMYK 0.65 0.68 0 0.4
HSL 242.31º 0.51% 0.4% -
HSV(B) 242.31º 0.68% 0.6% -
XYZ 8.32 5.25 30.71 -
YUV 62.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 53 49 153 0.65 0.68 0 0.4 242.31 0.51 0.4
Hex 35 31 99 41 44 0 28 F2 33 28
Octal 65 61 231 101 104 0 50 362 63 50
Binary 110101 110001 10011001 1000001 1000100 0 101000 11110010 110011 101000

Color Harmonies of #353199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353199

Black with #353199

Text Example


Text Example

White with #353199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353199; }

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

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

background-color css

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

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

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

border-color css

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

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

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