Html Css Color HEX #352987 Dark Slate Blue

📋 copy color: '#352987'

red 53 ◦ green 41 ◦ blue 135

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

Shades of Dark Slate Blue #352987

Tints of Dark Slate Blue #352987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 58.95%

R = 23.14%
G = 17.9%
B = 58.95%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#352987 (or 0x352987) is known color: Dark Slate Blue. HEX triplet: 35, 29 and 87. RGB value is (53,41,135). Sum of RGB (Red+Green+Blue) = 53+41+135=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #352987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352987 is #CAD678. Grayscale: #363636. Windows color (decimal): -13293177 or 8857909. OLE color: 8857909.

HSL color Cylindrical-coordinate representation of color #352987: hue angle of 247.66º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352987 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 41 135 -
CMYK 0.61 0.70 0 0.47
HSL 247.66º 0.53% 0.35% -
HSV(B) 247.66º 0.7% 0.53% -
XYZ 6.63 4.09 23.36 -
YUV 55.3 172.98 126.36 -
System Red Green Blue C M Y K H S L
Decimal 53 41 135 0.61 0.70 0 0.47 247.66 0.53 0.35
Hex 35 29 87 3D 46 0 2F F8 35 23
Octal 65 51 207 75 106 0 57 370 65 43
Binary 110101 101001 10000111 111101 1000110 0 101111 11111000 110101 100011

Color Harmonies of #352987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352987

Black with #352987

Text Example


Text Example

White with #352987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352987; }

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

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

background-color css

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

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

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

border-color css

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

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

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