#354A9B

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

Shades of Tory Blue #354A9B

Tints of Tory Blue #354A9B

Color information

#354A9B (or 0x354A9B) is unknown color: approx Tory Blue. HEX triplet: 35, 4A and 9B. RGB value is (53,74,155). Sum of RGB (Red+Green+Blue) = 53+74+155=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #354A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354A9B is #CAB564. Grayscale: #4C4C4C. Windows color (decimal): -13284709 or 10177077. OLE color: 10177077.

HSL color Cylindrical-coordinate representation of color #354A9B: hue angle of 227.65º 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 #354A9B is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5374155-
CMYK0.660.5200.39
HSL227.65º49.04%40.78%-
HSV(B)227.65º65.81%60.78%-
XYZ9.838.0232.04-
YUV76.96172.04110.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 74 (29.30% from 255) = 26.24%
BLUE value IS 155 (60.94% from 255) = 54.96%
R=18.79%
G=26.24%
B=54.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53741550.660.5200.39227.6549.0440.78
Hex354A9B4234027e43129
Octal65112233102640473446151
Binary1101011001010100110111000010110100010011111100100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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