#354893

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

Shades of Tory Blue #354893

Tints of Tory Blue #354893

Color information

#354893 (or 0x354893) is unknown color: approx Tory Blue. HEX triplet: 35, 48 and 93. RGB value is (53,72,147). Sum of RGB (Red+Green+Blue) = 53+72+147=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #354893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354893 is #CAB76C. Grayscale: #4A4A4A. Windows color (decimal): -13285229 or 9652277. OLE color: 9652277.

HSL color Cylindrical-coordinate representation of color #354893: hue angle of 227.87º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #354893 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5372147-
CMYK0.640.5100.42
HSL227.87º47%39.22%-
HSV(B)227.87º63.95%57.65%-
XYZ9.057.528.57-
YUV74.87168.71112.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 147 (57.81% from 255) = 54.04%
R=19.49%
G=26.47%
B=54.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53721470.640.5100.42227.874739.22
Hex354893403302Ae42f27
Octal65110223100630523445747
Binary1101011001000100100111000000110011010101011100100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354893; }

 p { color: rgb(53,72,147); }

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

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

 a { background-color: rgb(53,72,147); }

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

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

 span { border-color: rgb(53,72,147); }

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