Html Css Color HEX #353399 Dark Slate Blue

📋 copy color: '#353399'

red 53 ◦ green 51 ◦ blue 153

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

Shades of Dark Slate Blue #353399

Tints of Dark Slate Blue #353399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.84%

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

R = 20.62%
G = 19.84%
B = 59.53%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#353399 (or 0x353399) is known color: Dark Slate Blue. HEX triplet: 35, 33 and 99. RGB value is (53,51,153). Sum of RGB (Red+Green+Blue) = 53+51+153=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #353399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353399 is #CACC66. Grayscale: #3E3E3E. Windows color (decimal): -13290599 or 10040117. OLE color: 10040117.

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

Color convert

RGB 53 51 153 -
CMYK 0.65 0.67 0 0.4
HSL 241.18º 0.5% 0.4% -
HSV(B) 241.18º 0.67% 0.6% -
XYZ 8.4 5.42 30.74 -
YUV 63.23 178.66 120.71 -
System Red Green Blue C M Y K H S L
Decimal 53 51 153 0.65 0.67 0 0.4 241.18 0.5 0.4
Hex 35 33 99 41 43 0 28 F1 32 28
Octal 65 63 231 101 103 0 50 361 62 50
Binary 110101 110011 10011001 1000001 1000011 0 101000 11110001 110010 101000

Color Harmonies of #353399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353399

Black with #353399

Text Example


Text Example

White with #353399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353399; }

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

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

background-color css

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

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

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

border-color css

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

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

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