#345296

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

Shades of Tory Blue #345296

Tints of Tory Blue #345296

Color information

#345296 (or 0x345296) is unknown color: approx Tory Blue. HEX triplet: 34, 52 and 96. RGB value is (52,82,150). Sum of RGB (Red+Green+Blue) = 52+82+150=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #345296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345296 is #CBAD69. Grayscale: #505050. Windows color (decimal): -13348202 or 9851444. OLE color: 9851444.

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

Color convert

RGB5282150-
CMYK0.650.4500.41
HSL221.63º48.51%39.61%-
HSV(B)221.63º65.33%58.82%-
XYZ9.948.9730.06-
YUV80.78167.06107.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=18.31%
G=28.87%
B=52.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52821500.650.4500.41221.6348.5139.61
Hex345296412D029de3128
Octal64122226101550513366150
Binary1101001010010100101101000001101101010100111011110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345296; }

 p { color: rgb(52,82,150); }

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

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

 a { background-color: rgb(52,82,150); }

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

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

 span { border-color: rgb(52,82,150); }

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