Html Css Color HEX #352886 Dark Slate Blue

📋 copy color: '#352886'

red 53 ◦ green 40 ◦ blue 134

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

Shades of Dark Slate Blue #352886

Tints of Dark Slate Blue #352886

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.62%

 BLUE value IS 134 (52.73% from 255) = 59.03%

R = 23.35%
G = 17.62%
B = 59.03%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#352886 (or 0x352886) is known color: Dark Slate Blue. HEX triplet: 35, 28 and 86. RGB value is (53,40,134). Sum of RGB (Red+Green+Blue) = 53+40+134=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #352886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352886 is #CAD779. Grayscale: #363636. Windows color (decimal): -13293434 or 8792117. OLE color: 8792117.

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

Color convert

RGB 53 40 134 -
CMYK 0.60 0.70 0 0.47
HSL 248.3º 0.54% 0.34% -
HSV(B) 248.3º 0.7% 0.53% -
XYZ 6.53 4 22.98 -
YUV 54.6 172.81 126.86 -
System Red Green Blue C M Y K H S L
Decimal 53 40 134 0.60 0.70 0 0.47 248.3 0.54 0.34
Hex 35 28 86 3C 46 0 2F F8 36 22
Octal 65 50 206 74 106 0 57 370 66 42
Binary 110101 101000 10000110 111100 1000110 0 101111 11111000 110110 100010

Color Harmonies of #352886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352886

Black with #352886

Text Example


Text Example

White with #352886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352886; }

 p { color: rgb(53,40,134); }

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

background-color css

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

 a { background-color: rgb(53,40,134); }

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

border-color css

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

 span { border-color: rgb(53,40,134); }

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