Html Css Color HEX #353999 Dark Slate Blue

📋 copy color: '#353999'

red 53 ◦ green 57 ◦ blue 153

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

Shades of Dark Slate Blue #353999

Tints of Dark Slate Blue #353999

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.67%

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

R = 20.15%
G = 21.67%
B = 58.17%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#353999 (or 0x353999) is known color: Dark Slate Blue. HEX triplet: 35, 39 and 99. RGB value is (53,57,153). Sum of RGB (Red+Green+Blue) = 53+57+153=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #353999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353999 is #CAC666. Grayscale: #424242. Windows color (decimal): -13289063 or 10041653. OLE color: 10041653.

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

Color convert

RGB 53 57 153 -
CMYK 0.65 0.63 0 0.4
HSL 237.6º 0.49% 0.4% -
HSV(B) 237.6º 0.65% 0.6% -
XYZ 8.68 5.98 30.83 -
YUV 66.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 53 57 153 0.65 0.63 0 0.4 237.6 0.49 0.4
Hex 35 39 99 41 3F 0 28 EE 31 28
Octal 65 71 231 101 77 0 50 356 61 50
Binary 110101 111001 10011001 1000001 111111 0 101000 11101110 110001 101000

Color Harmonies of #353999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353999

Black with #353999

Text Example


Text Example

White with #353999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353999; }

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

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

background-color css

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

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

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

border-color css

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

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

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