Html Css Color HEX #352795 Dark Slate Blue

📋 copy color: '#352795'

red 53 ◦ green 39 ◦ blue 149

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

Shades of Dark Slate Blue #352795

Tints of Dark Slate Blue #352795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.18%

 BLUE value IS 149 (58.59% from 255) = 61.83%

R = 21.99%
G = 16.18%
B = 61.83%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#352795 (or 0x352795) is known color: Dark Slate Blue. HEX triplet: 35, 27 and 95. RGB value is (53,39,149). Sum of RGB (Red+Green+Blue) = 53+39+149=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #352795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352795 is #CAD86A. Grayscale: #373737. Windows color (decimal): -13293675 or 9774901. OLE color: 9774901.

HSL color Cylindrical-coordinate representation of color #352795: hue angle of 247.64º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #352795 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 39 149 -
CMYK 0.64 0.74 0 0.42
HSL 247.64º 0.59% 0.37% -
HSV(B) 247.64º 0.74% 0.58% -
XYZ 7.62 4.38 28.88 -
YUV 55.73 180.64 126.06 -
System Red Green Blue C M Y K H S L
Decimal 53 39 149 0.64 0.74 0 0.42 247.64 0.59 0.37
Hex 35 27 95 40 4A 0 2A F8 3B 25
Octal 65 47 225 100 112 0 52 370 73 45
Binary 110101 100111 10010101 1000000 1001010 0 101010 11111000 111011 100101

Color Harmonies of #352795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352795

Black with #352795

Text Example


Text Example

White with #352795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352795; }

 p { color: rgb(53,39,149); }

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

background-color css

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

 a { background-color: rgb(53,39,149); }

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

border-color css

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

 span { border-color: rgb(53,39,149); }

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