#345294

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

Shades of Tory Blue #345294

Tints of Tory Blue #345294

Color information

#345294 (or 0x345294) is unknown color: approx Tory Blue. HEX triplet: 34, 52 and 94. RGB value is (52,82,148). Sum of RGB (Red+Green+Blue) = 52+82+148=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #345294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345294 is #CBAD6B. Grayscale: #505050. Windows color (decimal): -13348204 or 9720372. OLE color: 9720372.

HSL color Cylindrical-coordinate representation of color #345294: hue angle of 221.25º 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 #345294 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5282148-
CMYK0.650.4500.42
HSL221.25º48%39.22%-
HSV(B)221.25º64.86%58.04%-
XYZ9.788.929.22-
YUV80.55166.06107.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 148 (58.20% from 255) = 52.48%
R=18.44%
G=29.08%
B=52.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52821480.650.4500.42221.254839.22
Hex345294412D02Add3027
Octal64122224101550523356047
Binary1101001010010100101001000001101101010101011011101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345294; }

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

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

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

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

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

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

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

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