#354E9A

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

Shades of Tory Blue #354E9A

Tints of Tory Blue #354E9A

Color information

#354E9A (or 0x354E9A) is unknown color: approx Tory Blue. HEX triplet: 35, 4E and 9A. RGB value is (53,78,154). Sum of RGB (Red+Green+Blue) = 53+78+154=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #354E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354E9A is #CAB165. Grayscale: #4E4E4E. Windows color (decimal): -13283686 or 10112565. OLE color: 10112565.

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

Color convert

RGB5378154-
CMYK0.660.4900.40
HSL225.15º48.79%40.59%-
HSV(B)225.15º65.58%60.39%-
XYZ10.038.5431.69-
YUV79.19170.22109.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 154 (60.55% from 255) = 54.04%
R=18.60%
G=27.37%
B=54.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53781540.660.4900.40225.1548.7940.59
Hex354E9A4231028e13129
Octal65116232102610503416151
Binary1101011001110100110101000010110001010100011100001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,78,154); }

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

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

 a { background-color: rgb(53,78,154); }

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

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

 span { border-color: rgb(53,78,154); }

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