#354998

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

Shades of Tory Blue #354998

Tints of Tory Blue #354998

Color information

#354998 (or 0x354998) is unknown color: approx Tory Blue. HEX triplet: 35, 49 and 98. RGB value is (53,73,152). Sum of RGB (Red+Green+Blue) = 53+73+152=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #354998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354998 is #CAB667. Grayscale: #4B4B4B. Windows color (decimal): -13284968 or 9980213. OLE color: 9980213.

HSL color Cylindrical-coordinate representation of color #354998: hue angle of 227.88º 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 #354998 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5373152-
CMYK0.650.5200.40
HSL227.88º48.29%40.2%-
HSV(B)227.88º65.13%59.61%-
XYZ9.527.7930.71-
YUV76.03170.87111.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 73 (28.91% from 255) = 26.26%
BLUE value IS 152 (59.77% from 255) = 54.68%
R=19.06%
G=26.26%
B=54.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53731520.650.5200.40227.8848.2940.2
Hex3549984134028e43028
Octal65111230101640503446050
Binary1101011001001100110001000001110100010100011100100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354998; }

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

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

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

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

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

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

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

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