Html Css Color HEX #353AA1 Dark Slate Blue

📋 copy color: '#353AA1'

red 53 ◦ green 58 ◦ blue 161

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

Shades of Dark Slate Blue #353AA1

Tints of Dark Slate Blue #353AA1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.32%

 BLUE value IS 161 (63.28% from 255) = 59.19%

R = 19.49%
G = 21.32%
B = 59.19%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#353AA1 (or 0x353AA1) is known color: Dark Slate Blue. HEX triplet: 35, 3A and A1. RGB value is (53,58,161). Sum of RGB (Red+Green+Blue) = 53+58+161=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 161 (63.28% from 255 or 59.19% from 272); Max value from RGB is 161 - color contains mainly: blue. Hex color #353AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353AA1 is #CAC55E. Grayscale: #434343. Windows color (decimal): -13288799 or 10566197. OLE color: 10566197.

HSL color Cylindrical-coordinate representation of color #353AA1: hue angle of 237.22º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #353AA1 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 53 58 161 -
CMYK 0.67 0.64 0 0.37
HSL 237.22º 0.5% 0.42% -
HSV(B) 237.22º 0.67% 0.63% -
XYZ 9.41 6.36 34.45 -
YUV 68.25 180.34 117.12 -
System Red Green Blue C M Y K H S L
Decimal 53 58 161 0.67 0.64 0 0.37 237.22 0.5 0.42
Hex 35 3A A1 43 40 0 25 ED 32 2A
Octal 65 72 241 103 100 0 45 355 62 52
Binary 110101 111010 10100001 1000011 1000000 0 100101 11101101 110010 101010

Color Harmonies of #353AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353AA1

Black with #353AA1

Text Example


Text Example

White with #353AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353AA1; }

 p { color: rgb(53,58,161); }

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

background-color css

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

 a { background-color: rgb(53,58,161); }

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

border-color css

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

 span { border-color: rgb(53,58,161); }

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