#354C99

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

Shades of Tory Blue #354C99

Tints of Tory Blue #354C99

Color information

#354C99 (or 0x354C99) is unknown color: approx Tory Blue. HEX triplet: 35, 4C and 99. RGB value is (53,76,153). Sum of RGB (Red+Green+Blue) = 53+76+153=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #354C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354C99 is #CAB366. Grayscale: #4D4D4D. Windows color (decimal): -13284199 or 10046517. OLE color: 10046517.

HSL color Cylindrical-coordinate representation of color #354C99: hue angle of 226.2º 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 #354C99 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5376153-
CMYK0.650.5000.4
HSL226.2º48.54%40.39%-
HSV(B)226.2º65.36%60%-
XYZ9.88.2331.21-
YUV77.9170.38110.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 76 (30.08% from 255) = 26.95%
BLUE value IS 153 (60.16% from 255) = 54.26%
R=18.79%
G=26.95%
B=54.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53761530.650.5000.4226.248.5440.39
Hex354C994132028e23128
Octal65114231101620503426150
Binary1101011001100100110011000001110010010100011100010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354C99; }

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

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

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

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

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

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

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

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