Html Css Color HEX #353699 Dark Slate Blue

📋 copy color: '#353699'

red 53 ◦ green 54 ◦ blue 153

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

Shades of Dark Slate Blue #353699

Tints of Dark Slate Blue #353699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.77%

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

R = 20.38%
G = 20.77%
B = 58.85%

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

#353699 (or 0x353699) is known color: Dark Slate Blue. HEX triplet: 35, 36 and 99. RGB value is (53,54,153). Sum of RGB (Red+Green+Blue) = 53+54+153=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #353699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353699 is #CAC966. Grayscale: #404040. Windows color (decimal): -13289831 or 10040885. OLE color: 10040885.

HSL color Cylindrical-coordinate representation of color #353699: hue angle of 239.4º 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 #353699 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 54 153 -
CMYK 0.65 0.65 0 0.4
HSL 239.4º 0.49% 0.4% -
HSV(B) 239.4º 0.65% 0.6% -
XYZ 8.54 5.7 30.79 -
YUV 64.99 177.67 119.45 -
System Red Green Blue C M Y K H S L
Decimal 53 54 153 0.65 0.65 0 0.4 239.4 0.49 0.4
Hex 35 36 99 41 41 0 28 EF 31 28
Octal 65 66 231 101 101 0 50 357 61 50
Binary 110101 110110 10011001 1000001 1000001 0 101000 11101111 110001 101000

Color Harmonies of #353699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353699

Black with #353699

Text Example


Text Example

White with #353699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353699; }

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

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

background-color css

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

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

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

border-color css

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

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

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