#354892

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

Shades of Tory Blue #354892

Tints of Tory Blue #354892

Color information

#354892 (or 0x354892) is unknown color: approx Tory Blue. HEX triplet: 35, 48 and 92. RGB value is (53,72,146). Sum of RGB (Red+Green+Blue) = 53+72+146=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #354892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354892 is #CAB76D. Grayscale: #4A4A4A. Windows color (decimal): -13285230 or 9586741. OLE color: 9586741.

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

Color convert

RGB5372146-
CMYK0.640.5100.43
HSL227.74º46.73%39.02%-
HSV(B)227.74º63.7%57.25%-
XYZ8.977.4728.16-
YUV74.76168.21112.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=19.56%
G=26.57%
B=53.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53721460.640.5100.43227.7446.7339.02
Hex354892403302Be42f27
Octal65110222100630533445747
Binary1101011001000100100101000000110011010101111100100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354892; }

 p { color: rgb(53,72,146); }

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

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

 a { background-color: rgb(53,72,146); }

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

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

 span { border-color: rgb(53,72,146); }

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