Html Css Color HEX #353297 Dark Slate Blue

📋 copy color: '#353297'

red 53 ◦ green 50 ◦ blue 151

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

Shades of Dark Slate Blue #353297

Tints of Dark Slate Blue #353297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.69%

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

R = 20.87%
G = 19.69%
B = 59.45%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#353297 (or 0x353297) is known color: Dark Slate Blue. HEX triplet: 35, 32 and 97. RGB value is (53,50,151). Sum of RGB (Red+Green+Blue) = 53+50+151=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #353297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353297 is #CACD68. Grayscale: #3E3E3E. Windows color (decimal): -13290857 or 9908789. OLE color: 9908789.

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

Color convert

RGB 53 50 151 -
CMYK 0.65 0.67 0 0.41
HSL 241.78º 0.5% 0.39% -
HSV(B) 241.78º 0.67% 0.59% -
XYZ 8.19 5.27 29.86 -
YUV 62.41 177.99 121.29 -
System Red Green Blue C M Y K H S L
Decimal 53 50 151 0.65 0.67 0 0.41 241.78 0.5 0.39
Hex 35 32 97 41 43 0 29 F2 32 27
Octal 65 62 227 101 103 0 51 362 62 47
Binary 110101 110010 10010111 1000001 1000011 0 101001 11110010 110010 100111

Color Harmonies of #353297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353297

Black with #353297

Text Example


Text Example

White with #353297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353297; }

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

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

background-color css

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

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

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

border-color css

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

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

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