Html Css Color HEX #353AA0 Dark Slate Blue

📋 copy color: '#353AA0'

red 53 ◦ green 58 ◦ blue 160

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

Shades of Dark Slate Blue #353AA0

Tints of Dark Slate Blue #353AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 59.04%

R = 19.56%
G = 21.4%
B = 59.04%

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

#353AA0 (or 0x353AA0) is known color: Dark Slate Blue. HEX triplet: 35, 3A and A0. RGB value is (53,58,160). Sum of RGB (Red+Green+Blue) = 53+58+160=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 160 (62.89% from 255 or 59.04% from 271); Max value from RGB is 160 - color contains mainly: blue. Hex color #353AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353AA0 is #CAC55F. Grayscale: #434343. Windows color (decimal): -13288800 or 10500661. OLE color: 10500661.

HSL color Cylindrical-coordinate representation of color #353AA0: hue angle of 237.2º 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 #353AA0 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 53 58 160 -
CMYK 0.67 0.64 0 0.37
HSL 237.2º 0.5% 0.42% -
HSV(B) 237.2º 0.67% 0.63% -
XYZ 9.33 6.32 33.99 -
YUV 68.13 179.84 117.21 -
System Red Green Blue C M Y K H S L
Decimal 53 58 160 0.67 0.64 0 0.37 237.2 0.5 0.42
Hex 35 3A A0 43 40 0 25 ED 32 2A
Octal 65 72 240 103 100 0 45 355 62 52
Binary 110101 111010 10100000 1000011 1000000 0 100101 11101101 110010 101010

Color Harmonies of #353AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353AA0

Black with #353AA0

Text Example


Text Example

White with #353AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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