#354793

Color #354793 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #354793

Tints of Tory Blue #354793

Color information

#354793 (or 0x354793) is unknown color: approx Tory Blue. HEX triplet: 35, 47 and 93. RGB value is (53,71,147). Sum of RGB (Red+Green+Blue) = 53+71+147=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #354793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354793 is #CAB86C. Grayscale: #494949. Windows color (decimal): -13285485 or 9652021. OLE color: 9652021.

HSL color Cylindrical-coordinate representation of color #354793: hue angle of 228.51º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #354793 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5371147-
CMYK0.640.5200.42
HSL228.51º47%39.22%-
HSV(B)228.51º63.95%57.65%-
XYZ8.997.3728.55-
YUV74.28169.04112.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 147 (57.81% from 255) = 54.24%
R=19.56%
G=26.20%
B=54.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53711470.640.5200.42228.514739.22
Hex354793403402Ae52f27
Octal65107223100640523455747
Binary1101011000111100100111000000110100010101011100101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354793; }

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

 H1.HeaderClassName
 {
   color: #354793;
 }
 .AnyTagClassName
 {
   color: #354793;
 }
</style>
background-color css

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

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

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

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

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

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