#354092

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

Shades of Tory Blue #354092

Tints of Tory Blue #354092

Color information

#354092 (or 0x354092) is unknown color: approx Tory Blue. HEX triplet: 35, 40 and 92. RGB value is (53,64,146). Sum of RGB (Red+Green+Blue) = 53+64+146=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #354092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354092 is #CABF6D. Grayscale: #454545. Windows color (decimal): -13287278 or 9584693. OLE color: 9584693.

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

Color convert

RGB5364146-
CMYK0.640.5600.43
HSL232.9º46.73%39.02%-
HSV(B)232.9º63.7%57.25%-
XYZ8.496.528-
YUV70.06170.86115.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 146 (57.42% from 255) = 55.51%
R=20.15%
G=24.33%
B=55.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53641460.640.5600.43232.946.7339.02
Hex354092403802Be92f27
Octal65100222100700533515747
Binary1101011000000100100101000000111000010101111101001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354092; }

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

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

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

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

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

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

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

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