Html Css Color HEX #354791 Tory Blue

📋 copy color: '#354791'

red 53 ◦ green 71 ◦ blue 145

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

Shades of Tory Blue #354791

Tints of Tory Blue #354791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.39%

 BLUE value IS 145 (57.03% from 255) = 53.9%

R = 19.7%
G = 26.39%
B = 53.9%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#354791 (or 0x354791) is known color: Tory Blue. HEX triplet: 35, 47 and 91. RGB value is (53,71,145). Sum of RGB (Red+Green+Blue) = 53+71+145=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #354791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354791 is #CAB86E. Grayscale: #494949. Windows color (decimal): -13285487 or 9520949. OLE color: 9520949.

HSL color Cylindrical-coordinate representation of color #354791: hue angle of 228.26º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #354791 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 71 145 -
CMYK 0.63 0.51 0 0.43
HSL 228.26º 0.46% 0.39% -
HSV(B) 228.26º 0.63% 0.57% -
XYZ 8.83 7.31 27.73 -
YUV 74.05 168.04 112.98 -
System Red Green Blue C M Y K H S L
Decimal 53 71 145 0.63 0.51 0 0.43 228.26 0.46 0.39
Hex 35 47 91 3F 33 0 2B E4 2E 27
Octal 65 107 221 77 63 0 53 344 56 47
Binary 110101 1000111 10010001 111111 110011 0 101011 11100100 101110 100111

Color Harmonies of #354791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354791

Black with #354791

Text Example


Text Example

White with #354791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354791; }

 p { color: rgb(53,71,145); }

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

background-color css

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

 a { background-color: rgb(53,71,145); }

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

border-color css

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

 span { border-color: rgb(53,71,145); }

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