Html Css Color HEX #352497 Dark Slate Blue

📋 copy color: '#352497'

red 53 ◦ green 36 ◦ blue 151

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

Shades of Dark Slate Blue #352497

Tints of Dark Slate Blue #352497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

 BLUE value IS 151 (59.38% from 255) = 62.92%

R = 22.08%
G = 15%
B = 62.92%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#352497 (or 0x352497) is known color: Dark Slate Blue. HEX triplet: 35, 24 and 97. RGB value is (53,36,151). Sum of RGB (Red+Green+Blue) = 53+36+151=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #352497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352497 is #CADB68. Grayscale: #353535. Windows color (decimal): -13294441 or 9905205. OLE color: 9905205.

HSL color Cylindrical-coordinate representation of color #352497: hue angle of 248.87º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #352497 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 36 151 -
CMYK 0.65 0.76 0 0.41
HSL 248.87º 0.61% 0.37% -
HSV(B) 248.87º 0.76% 0.59% -
XYZ 7.68 4.25 29.69 -
YUV 54.19 182.63 127.15 -
System Red Green Blue C M Y K H S L
Decimal 53 36 151 0.65 0.76 0 0.41 248.87 0.61 0.37
Hex 35 24 97 41 4C 0 29 F9 3D 25
Octal 65 44 227 101 114 0 51 371 75 45
Binary 110101 100100 10010111 1000001 1001100 0 101001 11111001 111101 100101

Color Harmonies of #352497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352497

Black with #352497

Text Example


Text Example

White with #352497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352497; }

 p { color: rgb(53,36,151); }

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

background-color css

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

 a { background-color: rgb(53,36,151); }

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

border-color css

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

 span { border-color: rgb(53,36,151); }

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