Html Css Color HEX #352496 Dark Slate Blue

📋 copy color: '#352496'

red 53 ◦ green 36 ◦ blue 150

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

Shades of Dark Slate Blue #352496

Tints of Dark Slate Blue #352496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 62.76%

R = 22.18%
G = 15.06%
B = 62.76%

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

#352496 (or 0x352496) is known color: Dark Slate Blue. HEX triplet: 35, 24 and 96. RGB value is (53,36,150). Sum of RGB (Red+Green+Blue) = 53+36+150=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #352496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352496 is #CADB69. Grayscale: #353535. Windows color (decimal): -13294442 or 9839669. OLE color: 9839669.

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

Color convert

RGB 53 36 150 -
CMYK 0.65 0.76 0 0.41
HSL 248.95º 0.61% 0.36% -
HSV(B) 248.95º 0.76% 0.59% -
XYZ 7.6 4.22 29.27 -
YUV 54.08 182.13 127.23 -
System Red Green Blue C M Y K H S L
Decimal 53 36 150 0.65 0.76 0 0.41 248.95 0.61 0.36
Hex 35 24 96 41 4C 0 29 F9 3D 24
Octal 65 44 226 101 114 0 51 371 75 44
Binary 110101 100100 10010110 1000001 1001100 0 101001 11111001 111101 100100

Color Harmonies of #352496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352496

Black with #352496

Text Example


Text Example

White with #352496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352496; }

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

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

background-color css

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

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

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

border-color css

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

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

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