#354C8E

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

Shades of Tory Blue #354C8E

Tints of Tory Blue #354C8E

Color information

#354C8E (or 0x354C8E) is unknown color: approx Tory Blue. HEX triplet: 35, 4C and 8E. RGB value is (53,76,142). Sum of RGB (Red+Green+Blue) = 53+76+142=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #354C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354C8E is #CAB371. Grayscale: #4C4C4C. Windows color (decimal): -13284210 or 9325621. OLE color: 9325621.

HSL color Cylindrical-coordinate representation of color #354C8E: hue angle of 224.49º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #354C8E is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5376142-
CMYK0.630.4600.44
HSL224.49º45.64%38.24%-
HSV(B)224.49º62.68%55.69%-
XYZ8.947.8826.64-
YUV76.65164.88111.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 142 (55.86% from 255) = 52.40%
R=19.56%
G=28.04%
B=52.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53761420.630.4600.44224.4945.6438.24
Hex354C8E3F2E02Ce02e26
Octal6511421677560543405646
Binary110101100110010001110111111101110010110011100000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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