#354999

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

Shades of Tory Blue #354999

Tints of Tory Blue #354999

Color information

#354999 (or 0x354999) is unknown color: approx Tory Blue. HEX triplet: 35, 49 and 99. RGB value is (53,73,153). Sum of RGB (Red+Green+Blue) = 53+73+153=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #354999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354999 is #CAB666. Grayscale: #4B4B4B. Windows color (decimal): -13284967 or 10045749. OLE color: 10045749.

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

Color convert

RGB5373153-
CMYK0.650.5200.4
HSL228º48.54%40.39%-
HSV(B)228º65.36%60%-
XYZ9.67.8231.14-
YUV76.14171.37111.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 153 (60.16% from 255) = 54.84%
R=19.00%
G=26.16%
B=54.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53731530.650.5200.422848.5440.39
Hex3549994134028e43128
Octal65111231101640503446150
Binary1101011001001100110011000001110100010100011100100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354999; }

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

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

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

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

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

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

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

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