Html Css Color HEX #353799 Dark Slate Blue

📋 copy color: '#353799'

red 53 ◦ green 55 ◦ blue 153

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

Shades of Dark Slate Blue #353799

Tints of Dark Slate Blue #353799

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.07%

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

R = 20.31%
G = 21.07%
B = 58.62%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#353799 (or 0x353799) is known color: Dark Slate Blue. HEX triplet: 35, 37 and 99. RGB value is (53,55,153). Sum of RGB (Red+Green+Blue) = 53+55+153=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #353799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353799 is #CAC866. Grayscale: #414141. Windows color (decimal): -13289575 or 10041141. OLE color: 10041141.

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

Color convert

RGB 53 55 153 -
CMYK 0.65 0.64 0 0.4
HSL 238.8º 0.49% 0.4% -
HSV(B) 238.8º 0.65% 0.6% -
XYZ 8.58 5.79 30.8 -
YUV 65.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 53 55 153 0.65 0.64 0 0.4 238.8 0.49 0.4
Hex 35 37 99 41 40 0 28 EF 31 28
Octal 65 67 231 101 100 0 50 357 61 50
Binary 110101 110111 10011001 1000001 1000000 0 101000 11101111 110001 101000

Color Harmonies of #353799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353799

Black with #353799

Text Example


Text Example

White with #353799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353799; }

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

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

background-color css

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

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

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

border-color css

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

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

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