#345097

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

Shades of Tory Blue #345097

Tints of Tory Blue #345097

Color information

#345097 (or 0x345097) is unknown color: approx Tory Blue. HEX triplet: 34, 50 and 97. RGB value is (52,80,151). Sum of RGB (Red+Green+Blue) = 52+80+151=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #345097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345097 is #CBAF68. Grayscale: #4F4F4F. Windows color (decimal): -13348713 or 9916468. OLE color: 9916468.

HSL color Cylindrical-coordinate representation of color #345097: hue angle of 223.03º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #345097 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5280151-
CMYK0.660.4700.41
HSL223.03º48.77%39.8%-
HSV(B)223.03º65.56%59.22%-
XYZ9.878.730.44-
YUV79.72168.22108.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 151 (59.38% from 255) = 53.36%
R=18.37%
G=28.27%
B=53.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52801510.660.4700.41223.0348.7739.8
Hex345097422F029df3128
Octal64120227102570513376150
Binary1101001010000100101111000010101111010100111011111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345097; }

 p { color: rgb(52,80,151); }

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

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

 a { background-color: rgb(52,80,151); }

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

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

 span { border-color: rgb(52,80,151); }

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