#354598

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

Shades of Tory Blue #354598

Tints of Tory Blue #354598

Color information

#354598 (or 0x354598) is unknown color: approx Tory Blue. HEX triplet: 35, 45 and 98. RGB value is (53,69,152). Sum of RGB (Red+Green+Blue) = 53+69+152=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #354598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354598 is #CABA67. Grayscale: #494949. Windows color (decimal): -13285992 or 9979189. OLE color: 9979189.

HSL color Cylindrical-coordinate representation of color #354598: hue angle of 230.3º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #354598 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5369152-
CMYK0.650.5500.40
HSL230.3º48.29%40.2%-
HSV(B)230.3º65.13%59.61%-
XYZ9.267.2830.62-
YUV73.68172.2113.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 69 (27.34% from 255) = 25.18%
BLUE value IS 152 (59.77% from 255) = 55.47%
R=19.34%
G=25.18%
B=55.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53691520.650.5500.40230.348.2940.2
Hex3545984137028e63028
Octal65105230101670503466050
Binary1101011000101100110001000001110111010100011100110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354598; }

 p { color: rgb(53,69,152); }

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

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

 a { background-color: rgb(53,69,152); }

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

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

 span { border-color: rgb(53,69,152); }

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