Html Css Color HEX #353EA1 Tory Blue

📋 copy color: '#353EA1'

red 53 ◦ green 62 ◦ blue 161

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

Shades of Tory Blue #353EA1

Tints of Tory Blue #353EA1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.46%

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

R = 19.2%
G = 22.46%
B = 58.33%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#353EA1 (or 0x353EA1) is known color: Tory Blue. HEX triplet: 35, 3E and A1. RGB value is (53,62,161). Sum of RGB (Red+Green+Blue) = 53+62+161=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 161 (63.28% from 255 or 58.33% from 276); Max value from RGB is 161 - color contains mainly: blue. Hex color #353EA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353EA1 is #CAC15E. Grayscale: #464646. Windows color (decimal): -13287775 or 10567221. OLE color: 10567221.

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

Color convert

RGB 53 62 161 -
CMYK 0.67 0.61 0 0.37
HSL 235º 0.5% 0.42% -
HSV(B) 235º 0.67% 0.63% -
XYZ 9.62 6.78 34.52 -
YUV 70.6 179.02 115.45 -
System Red Green Blue C M Y K H S L
Decimal 53 62 161 0.67 0.61 0 0.37 235 0.5 0.42
Hex 35 3E A1 43 3D 0 25 EB 32 2A
Octal 65 76 241 103 75 0 45 353 62 52
Binary 110101 111110 10100001 1000011 111101 0 100101 11101011 110010 101010

Color Harmonies of #353EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353EA1

Black with #353EA1

Text Example


Text Example

White with #353EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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