Html Css Color HEX #353599 Dark Slate Blue

📋 copy color: '#353599'

red 53 ◦ green 53 ◦ blue 153

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

Shades of Dark Slate Blue #353599

Tints of Dark Slate Blue #353599

RGB

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

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

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

R = 20.46%
G = 20.46%
B = 59.07%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#353599 (or 0x353599) is known color: Dark Slate Blue. HEX triplet: 35, 35 and 99. RGB value is (53,53,153). Sum of RGB (Red+Green+Blue) = 53+53+153=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #353599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353599 is #CACA66. Grayscale: #404040. Windows color (decimal): -13290087 or 10040629. OLE color: 10040629.

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

Color convert

RGB 53 53 153 -
CMYK 0.65 0.65 0 0.4
HSL 240º 0.49% 0.4% -
HSV(B) 240º 0.65% 0.6% -
XYZ 8.49 5.6 30.77 -
YUV 64.4 178 119.87 -
System Red Green Blue C M Y K H S L
Decimal 53 53 153 0.65 0.65 0 0.4 240 0.49 0.4
Hex 35 35 99 41 41 0 28 F0 31 28
Octal 65 65 231 101 101 0 50 360 61 50
Binary 110101 110101 10011001 1000001 1000001 0 101000 11110000 110001 101000

Color Harmonies of #353599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353599

Black with #353599

Text Example


Text Example

White with #353599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353599; }

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

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

background-color css

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

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

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

border-color css

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

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

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