#354292

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

Shades of Tory Blue #354292

Tints of Tory Blue #354292

Color information

#354292 (or 0x354292) is unknown color: approx Tory Blue. HEX triplet: 35, 42 and 92. RGB value is (53,66,146). Sum of RGB (Red+Green+Blue) = 53+66+146=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #354292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354292 is #CABD6D. Grayscale: #464646. Windows color (decimal): -13286766 or 9585205. OLE color: 9585205.

HSL color Cylindrical-coordinate representation of color #354292: hue angle of 231.61º 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 #354292 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5366146-
CMYK0.640.5500.43
HSL231.61º46.73%39.02%-
HSV(B)231.61º63.7%57.25%-
XYZ8.66.7328.04-
YUV71.23170.19115-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=20%
G=24.91%
B=55.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53661460.640.5500.43231.6146.7339.02
Hex354292403702Be82f27
Octal65102222100670533505747
Binary1101011000010100100101000000110111010101111101000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354292; }

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

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

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

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

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

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

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

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