Html Css Color HEX #352999 Dark Slate Blue

📋 copy color: '#352999'

red 53 ◦ green 41 ◦ blue 153

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

Shades of Dark Slate Blue #352999

Tints of Dark Slate Blue #352999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.6%

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

R = 21.46%
G = 16.6%
B = 61.94%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#352999 (or 0x352999) is known color: Dark Slate Blue. HEX triplet: 35, 29 and 99. RGB value is (53,41,153). Sum of RGB (Red+Green+Blue) = 53+41+153=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #352999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352999 is #CAD666. Grayscale: #383838. Windows color (decimal): -13293159 or 10037557. OLE color: 10037557.

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

Color convert

RGB 53 41 153 -
CMYK 0.65 0.73 0 0.4
HSL 246.43º 0.58% 0.38% -
HSV(B) 246.43º 0.73% 0.6% -
XYZ 8.01 4.64 30.61 -
YUV 57.36 181.98 124.89 -
System Red Green Blue C M Y K H S L
Decimal 53 41 153 0.65 0.73 0 0.4 246.43 0.58 0.38
Hex 35 29 99 41 49 0 28 F6 3A 26
Octal 65 51 231 101 111 0 50 366 72 46
Binary 110101 101001 10011001 1000001 1001001 0 101000 11110110 111010 100110

Color Harmonies of #352999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352999

Black with #352999

Text Example


Text Example

White with #352999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352999; }

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

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

background-color css

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

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

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

border-color css

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

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

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