#345292

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

Shades of Tory Blue #345292

Tints of Tory Blue #345292

Color information

#345292 (or 0x345292) is unknown color: approx Tory Blue. HEX triplet: 34, 52 and 92. RGB value is (52,82,146). Sum of RGB (Red+Green+Blue) = 52+82+146=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #345292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345292 is #CBAD6D. Grayscale: #505050. Windows color (decimal): -13348206 or 9589300. OLE color: 9589300.

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

Color convert

RGB5282146-
CMYK0.640.4400.43
HSL220.85º47.47%38.82%-
HSV(B)220.85º64.38%57.25%-
XYZ9.628.8428.39-
YUV80.33165.06107.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 146 (57.42% from 255) = 52.14%
R=18.57%
G=29.29%
B=52.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52821460.640.4400.43220.8547.4738.82
Hex345292402C02Bdd2f27
Octal64122222100540533355747
Binary1101001010010100100101000000101100010101111011101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345292; }

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

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

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

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

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

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

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

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