#354D9D

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

Shades of Tory Blue #354D9D

Tints of Tory Blue #354D9D

Color information

#354D9D (or 0x354D9D) is unknown color: approx Tory Blue. HEX triplet: 35, 4D and 9D. RGB value is (53,77,157). Sum of RGB (Red+Green+Blue) = 53+77+157=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #354D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354D9D is #CAB262. Grayscale: #4E4E4E. Windows color (decimal): -13283939 or 10308917. OLE color: 10308917.

HSL color Cylindrical-coordinate representation of color #354D9D: hue angle of 226.15º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #354D9D is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5377157-
CMYK0.660.5100.38
HSL226.15º49.52%41.18%-
HSV(B)226.15º66.24%61.57%-
XYZ10.218.533-
YUV78.94172.05109.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 77 (30.47% from 255) = 26.83%
BLUE value IS 157 (61.72% from 255) = 54.70%
R=18.47%
G=26.83%
B=54.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53771570.660.5100.38226.1549.5241.18
Hex354D9D4233026e23229
Octal65115235102630463426251
Binary1101011001101100111011000010110011010011011100010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,77,157); }

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

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

 a { background-color: rgb(53,77,157); }

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

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

 span { border-color: rgb(53,77,157); }

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