Html Css Color HEX #352399 Dark Slate Blue

📋 copy color: '#352399'

red 53 ◦ green 35 ◦ blue 153

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

Shades of Dark Slate Blue #352399

Tints of Dark Slate Blue #352399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.52%

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

R = 21.99%
G = 14.52%
B = 63.49%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#352399 (or 0x352399) is known color: Dark Slate Blue. HEX triplet: 35, 23 and 99. RGB value is (53,35,153). Sum of RGB (Red+Green+Blue) = 53+35+153=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #352399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352399 is #CADC66. Grayscale: #353535. Windows color (decimal): -13294695 or 10036021. OLE color: 10036021.

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

Color convert

RGB 53 35 153 -
CMYK 0.65 0.77 0 0.4
HSL 249.15º 0.63% 0.37% -
HSV(B) 249.15º 0.77% 0.6% -
XYZ 7.82 4.26 30.55 -
YUV 53.83 183.96 127.41 -
System Red Green Blue C M Y K H S L
Decimal 53 35 153 0.65 0.77 0 0.4 249.15 0.63 0.37
Hex 35 23 99 41 4D 0 28 F9 3F 25
Octal 65 43 231 101 115 0 50 371 77 45
Binary 110101 100011 10011001 1000001 1001101 0 101000 11111001 111111 100101

Color Harmonies of #352399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352399

Black with #352399

Text Example


Text Example

White with #352399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352399; }

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

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

background-color css

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

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

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

border-color css

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

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

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