Html Css Color HEX #353CA0 Dark Slate Blue

📋 copy color: '#353CA0'

red 53 ◦ green 60 ◦ blue 160

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

Shades of Dark Slate Blue #353CA0

Tints of Dark Slate Blue #353CA0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.98%

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

R = 19.41%
G = 21.98%
B = 58.61%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#353CA0 (or 0x353CA0) is known color: Dark Slate Blue. HEX triplet: 35, 3C and A0. RGB value is (53,60,160). Sum of RGB (Red+Green+Blue) = 53+60+160=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #353CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353CA0 is #CAC35F. Grayscale: #444444. Windows color (decimal): -13288288 or 10501173. OLE color: 10501173.

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

Color convert

RGB 53 60 160 -
CMYK 0.67 0.62 0 0.37
HSL 236.07º 0.5% 0.42% -
HSV(B) 236.07º 0.67% 0.63% -
XYZ 9.43 6.53 34.02 -
YUV 69.31 179.18 116.37 -
System Red Green Blue C M Y K H S L
Decimal 53 60 160 0.67 0.62 0 0.37 236.07 0.5 0.42
Hex 35 3C A0 43 3E 0 25 EC 32 2A
Octal 65 74 240 103 76 0 45 354 62 52
Binary 110101 111100 10100000 1000011 111110 0 100101 11101100 110010 101010

Color Harmonies of #353CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353CA0

Black with #353CA0

Text Example


Text Example

White with #353CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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