#354F9B

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

Shades of Tory Blue #354F9B

Tints of Tory Blue #354F9B

Color information

#354F9B (or 0x354F9B) is unknown color: approx Tory Blue. HEX triplet: 35, 4F and 9B. RGB value is (53,79,155). Sum of RGB (Red+Green+Blue) = 53+79+155=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #354F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354F9B is #CAB064. Grayscale: #4F4F4F. Windows color (decimal): -13283429 or 10178357. OLE color: 10178357.

HSL color Cylindrical-coordinate representation of color #354F9B: hue angle of 224.71º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #354F9B is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5379155-
CMYK0.660.4900.39
HSL224.71º49.04%40.78%-
HSV(B)224.71º65.81%60.78%-
XYZ10.188.7232.16-
YUV79.89170.39108.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 79 (31.25% from 255) = 27.53%
BLUE value IS 155 (60.94% from 255) = 54.01%
R=18.47%
G=27.53%
B=54.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53791550.660.4900.39224.7149.0440.78
Hex354F9B4231027e13129
Octal65117233102610473416151
Binary1101011001111100110111000010110001010011111100001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,79,155); }

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

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

 a { background-color: rgb(53,79,155); }

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

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

 span { border-color: rgb(53,79,155); }

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