#345493

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

Shades of Tory Blue #345493

Tints of Tory Blue #345493

Color information

#345493 (or 0x345493) is unknown color: approx Tory Blue. HEX triplet: 34, 54 and 93. RGB value is (52,84,147). Sum of RGB (Red+Green+Blue) = 52+84+147=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #345493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345493 is #CBAB6C. Grayscale: #515151. Windows color (decimal): -13347693 or 9655348. OLE color: 9655348.

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

Color convert

RGB5284147-
CMYK0.650.4300.42
HSL219.79º47.74%39.02%-
HSV(B)219.79º64.63%57.65%-
XYZ9.859.1828.86-
YUV81.61164.9106.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 147 (57.81% from 255) = 51.94%
R=18.37%
G=29.68%
B=51.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52841470.650.4300.42219.7947.7439.02
Hex345493412B02Adc3027
Octal64124223101530523346047
Binary1101001010100100100111000001101011010101011011100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345493; }

 p { color: rgb(52,84,147); }

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

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

 a { background-color: rgb(52,84,147); }

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

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

 span { border-color: rgb(52,84,147); }

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