#354A8B

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

Shades of Tory Blue #354A8B

Tints of Tory Blue #354A8B

Color information

#354A8B (or 0x354A8B) is unknown color: approx Tory Blue. HEX triplet: 35, 4A and 8B. RGB value is (53,74,139). Sum of RGB (Red+Green+Blue) = 53+74+139=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #354A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354A8B is #CAB574. Grayscale: #4A4A4A. Windows color (decimal): -13284725 or 9128501. OLE color: 9128501.

HSL color Cylindrical-coordinate representation of color #354A8B: hue angle of 225.35º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #354A8B is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5374139-
CMYK0.620.4700.45
HSL225.35º44.79%37.65%-
HSV(B)225.35º61.87%54.51%-
XYZ8.587.5225.43-
YUV75.13164.04112.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 139 (54.69% from 255) = 52.26%
R=19.92%
G=27.82%
B=52.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53741390.620.4700.45225.3544.7937.65
Hex354A8B3E2F02De12d26
Octal6511221376570553415546
Binary110101100101010001011111110101111010110111100001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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