Html Css Color HEX #353397 Dark Slate Blue

📋 copy color: '#353397'

red 53 ◦ green 51 ◦ blue 151

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

Shades of Dark Slate Blue #353397

Tints of Dark Slate Blue #353397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20%

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

R = 20.78%
G = 20%
B = 59.22%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#353397 (or 0x353397) is known color: Dark Slate Blue. HEX triplet: 35, 33 and 97. RGB value is (53,51,151). Sum of RGB (Red+Green+Blue) = 53+51+151=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #353397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353397 is #CACC68. Grayscale: #3E3E3E. Windows color (decimal): -13290601 or 9909045. OLE color: 9909045.

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

Color convert

RGB 53 51 151 -
CMYK 0.65 0.66 0 0.41
HSL 241.2º 0.5% 0.4% -
HSV(B) 241.2º 0.66% 0.59% -
XYZ 8.24 5.36 29.88 -
YUV 63 177.66 120.87 -
System Red Green Blue C M Y K H S L
Decimal 53 51 151 0.65 0.66 0 0.41 241.2 0.5 0.4
Hex 35 33 97 41 42 0 29 F1 32 28
Octal 65 63 227 101 102 0 51 361 62 50
Binary 110101 110011 10010111 1000001 1000010 0 101001 11110001 110010 101000

Color Harmonies of #353397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353397

Black with #353397

Text Example


Text Example

White with #353397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353397; }

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

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

background-color css

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

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

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

border-color css

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

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

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