Html Css Color HEX #352991 Dark Slate Blue

📋 copy color: '#352991'

red 53 ◦ green 41 ◦ blue 145

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

Shades of Dark Slate Blue #352991

Tints of Dark Slate Blue #352991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 60.67%

R = 22.18%
G = 17.15%
B = 60.67%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#352991 (or 0x352991) is known color: Dark Slate Blue. HEX triplet: 35, 29 and 91. RGB value is (53,41,145). Sum of RGB (Red+Green+Blue) = 53+41+145=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #352991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352991 is #CAD66E. Grayscale: #383838. Windows color (decimal): -13293167 or 9513269. OLE color: 9513269.

HSL color Cylindrical-coordinate representation of color #352991: hue angle of 246.92º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #352991 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 41 145 -
CMYK 0.63 0.72 0 0.43
HSL 246.92º 0.56% 0.36% -
HSV(B) 246.92º 0.72% 0.57% -
XYZ 7.37 4.39 27.25 -
YUV 56.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 53 41 145 0.63 0.72 0 0.43 246.92 0.56 0.36
Hex 35 29 91 3F 48 0 2B F7 38 24
Octal 65 51 221 77 110 0 53 367 70 44
Binary 110101 101001 10010001 111111 1001000 0 101011 11110111 111000 100100

Color Harmonies of #352991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352991

Black with #352991

Text Example


Text Example

White with #352991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352991; }

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

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

background-color css

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

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

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

border-color css

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

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

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